summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-10 14:35:23 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-10 14:35:23 +0100
commit90ffb1c0dbed6f695cedb3b7ded2a1769136f238 (patch)
tree85ce3cccdb1ef4e625bc9a08d8ed65a62a529cb9
parente3efce9237ea15c7b1c609a364d3dac927ac6286 (diff)
downloadgitlab-ce-group-activity-separate-tab.tar.gz
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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'