diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-08 18:32:00 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-08 18:32:00 +0300 |
commit | 05bc65895c083cf89e44e72c80918cda761cfaa1 (patch) | |
tree | 1e8ae2ca005426ff639e4fa99f41c112464c042d /app/views/layouts/snippets.html.haml | |
parent | 4a1b093602ad36094f0f0ab2b8b0d48b2cb6f623 (diff) | |
download | gitlab-ce-05bc65895c083cf89e44e72c80918cda761cfaa1.tar.gz |
fix layout for snippets
Diffstat (limited to 'app/views/layouts/snippets.html.haml')
-rw-r--r-- | app/views/layouts/snippets.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/snippets.html.haml b/app/views/layouts/snippets.html.haml index 350f1c7ef1a..e98aba445af 100644 --- a/app/views/layouts/snippets.html.haml +++ b/app/views/layouts/snippets.html.haml @@ -1,7 +1,7 @@ !!! 5 %html{ lang: "en"} = render "layouts/head", title: "Snipepts" - %body{class: "#{app_theme} application", :'data-page' => body_data_page}} + %body{class: "#{app_theme} application", :'data-page' => body_data_page} = render "layouts/head_panel", title: "Snippets" = render "layouts/flash" %nav.main-nav |