Commit fe22042f authored by André Luís's avatar André Luís

Resolve (UU) app/views/shared/_label_row.html.haml

parent ab2cdca8
- subject = local_assigns[:subject] - subject = local_assigns[:subject]
- force_priority = local_assigns.fetch(:force_priority, false) - force_priority = local_assigns.fetch(:force_priority, false)
<<<<<<< HEAD
- show_label_epics_link = defined?(@group) && @group&.feature_available?(:epics) - show_label_epics_link = defined?(@group) && @group&.feature_available?(:epics)
=======
>>>>>>> upstream/master
- show_label_issues_link = defined?(@project) && show_label_issuables_link?(label, :issues, project: @project) - show_label_issues_link = defined?(@project) && show_label_issuables_link?(label, :issues, project: @project)
- show_label_merge_requests_link = defined?(@project) && show_label_issuables_link?(label, :merge_requests, project: @project) - show_label_merge_requests_link = defined?(@project) && show_label_issuables_link?(label, :merge_requests, project: @project)
......
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