Commit ab39a655 authored by Douwe Maan's avatar Douwe Maan

Merge branch '46225-rails5-fix-app-views-groups-issues-html-haml' into 'master'

Resolve "[Rails5] Fix app/views/groups/issues.html.haml"

Closes #46225

See merge request gitlab-org/gitlab-ce!18889
parents 887c99e1 6ee52d00
......@@ -8,7 +8,7 @@
.top-area
= render 'shared/issuable/nav', type: :issues
.nav-controls
= link_to params.merge(rss_url_options), class: 'btn' do
= link_to safe_params.merge(rss_url_options), class: 'btn' do
= icon('rss')
%span.icon-label
Subscribe
......
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