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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-10 16:35:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-10 16:35:23 +0300
commit90ffb1c0dbed6f695cedb3b7ded2a1769136f238 (patch)
tree85ce3cccdb1ef4e625bc9a08d8ed65a62a529cb9 /app/views/groups
parente3efce9237ea15c7b1c609a364d3dac927ac6286 (diff)
Fix header title
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/activity.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/activity.html.haml b/app/views/groups/activity.html.haml
index 10b432ef03e..f73e1d9e865 100644
--- a/app/views/groups/activity.html.haml
+++ b/app/views/groups/activity.html.haml
@@ -3,7 +3,7 @@
= auto_discovery_link_tag(:atom, group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} activity")
- page_title "Activity"
-- header_title "Activity", activity_dashboard_path
+- header_title group_title(@group, "Activity", activity_group_path(@group))
%section.activities
= render 'activities'