gitlab-org--gitlab-foss/app/views/dashboard/activity.html.haml
Luke Bennett 4424a30fe1
Refactor dashboard gold trial callouts
Uses new gold trial helper method to
render a gold trial callout on user dashboards.
2019-03-06 12:11:59 +00:00

18 lines
452 B
Text

- @hide_top_links = true
- @no_container = true
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
= render_dashboard_gold_trial(current_user)
- page_title "Activity"
- header_title "Activity", activity_dashboard_path
%div{ class: container_class }
= render "projects/last_push"
= render 'dashboard/activity_head'
%section.activities
= render 'activities'