Commit 7a19c4a6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ee/app/views/shared/_label_row_epics_link.html.haml' into 'master'

Fix HAML in shared/_label_row_epics_link.html.haml

See merge request gitlab-org/gitlab!58726
parents a7f438b8 d9425ab3
......@@ -3,4 +3,4 @@
- if show_label_epics_link
·
%li.inline
= link_to 'Epics', group_epics_path(@group, label_name:[label.name]), class: 'gl-text-blue-600!'
= link_to 'Epics', group_epics_path(@group, label_name: [label.name]), class: 'gl-text-blue-600!'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment