Welcome to mirror list, hosted at ThFree Co, Russian Federation.

activity.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ba6dab96ae584da3932c9ce290215092077bc11 (plain)
1
2
3
4
5
6
7
= content_for :meta_tags do
  = auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: _("%{group_name} activity") % { group_name: @group.name })

- page_title _("Activity")

%section.activities
  = render 'activities'