From 90ffb1c0dbed6f695cedb3b7ded2a1769136f238 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 10 Mar 2016 14:35:23 +0100 Subject: Fix header title Signed-off-by: Dmitriy Zaporozhets --- app/views/groups/activity.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/activity.html.haml') 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' -- cgit v1.2.1