gitlab-org--gitlab-foss/app/views/projects/_activity.html.haml
Stan Hu 7ea53e3802 Fix excessive blank space in project activity view
7075c5a1 introduced a regression in GitLab 11.7 by adding a
`d-sm-block`, which caused the RSS feed icon to wrap to another
line. Switching to `d-sm-flex` appears to make this appear on the same
line.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56225
2019-01-19 15:15:05 -08:00

9 lines
393 B
Text

%div{ class: container_class }
.nav-block.d-none.d-sm-flex.activities
= render 'shared/event_filter'
.controls
= link_to project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: 'btn d-none d-sm-inline-block has-tooltip' do
= icon('rss')
.content_list.project-activity{ :"data-href" => activity_project_path(@project) }
= spinner