From 0145e8ea210b2c0e1fac204126bf460063d1e17f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 3 Sep 2015 21:53:55 +0200 Subject: Set page title based on content in dashboard area Signed-off-by: Dmitriy Zaporozhets --- app/views/explore/groups/index.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/explore') diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml index 86410db2b2d..e8a6752de8c 100644 --- a/app/views/explore/groups/index.html.haml +++ b/app/views/explore/groups/index.html.haml @@ -1,4 +1,5 @@ - page_title "Groups" +- header_title "Groups", (current_user ? dashboard_groups_path : explore_groups_path) - if current_user = render 'dashboard/groups_head' .gray-content-block.clearfix -- cgit v1.2.1