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: aaad265b3ee316c1a2dcb0b946a1331434e60db8 (plain)
1
2
3
4
5
6
7
8
= content_for :meta_tags do
  - if current_user
    = auto_discovery_link_tag(:atom, group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} activity")

- page_title    "Activity"

%section.activities
  = render 'activities'