diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-16 18:15:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-16 18:15:48 +0200 |
commit | 06a219baa5130479bf2ee31f26c138509679c562 (patch) | |
tree | 565a6057ed91091ac6fd648798979e0d72bb7707 /app/views/layouts/group.html.haml | |
parent | f3f27fee88a30899564ed32a2968b0ac8e31451f (diff) | |
download | gitlab-ce-06a219baa5130479bf2ee31f26c138509679c562.tar.gz |
Restyle group page and event filter
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r-- | app/views/layouts/group.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml index 86ce398e09c..c5d8568b41a 100644 --- a/app/views/layouts/group.html.haml +++ b/app/views/layouts/group.html.haml @@ -3,7 +3,7 @@ = render "layouts/head", title: group_head_title %body{class: "#{app_theme} application sidenav", :'data-page' => body_data_page} = render "layouts/broadcast" - = render "layouts/head_panel", title: "group: #{@group.name}" + = render "layouts/head_panel", title: @group.name .page-with-sidebar .sidebar-wrapper = render 'layouts/nav/group' |