diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-10 14:35:23 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-10 14:35:23 +0100 |
commit | 90ffb1c0dbed6f695cedb3b7ded2a1769136f238 (patch) | |
tree | 85ce3cccdb1ef4e625bc9a08d8ed65a62a529cb9 | |
parent | e3efce9237ea15c7b1c609a364d3dac927ac6286 (diff) | |
download | gitlab-ce-group-activity-separate-tab.tar.gz |
Fix header titlegroup-activity-separate-tab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/groups/activity.html.haml | 2 |
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' |