diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 23:26:32 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 23:26:32 -0800 |
commit | 878e86bf64ce09938c1f2cc4dd1555029969a7c2 (patch) | |
tree | 77829bf09dd242a219897fcfff6a8dfc42711339 /app/views/layouts/search.html.haml | |
parent | ee343661e18ccd95f2c74e7bc0d0116a100270ea (diff) | |
download | gitlab-ce-878e86bf64ce09938c1f2cc4dd1555029969a7c2.tar.gz |
Remove unnecessary theme_type from body class
Diffstat (limited to 'app/views/layouts/search.html.haml')
-rw-r--r-- | app/views/layouts/search.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/search.html.haml b/app/views/layouts/search.html.haml index 177e2073a0d..f9d8db06e10 100644 --- a/app/views/layouts/search.html.haml +++ b/app/views/layouts/search.html.haml @@ -1,7 +1,7 @@ !!! 5 %html{ lang: "en"} = render "layouts/head", title: "Search" - %body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page} + %body{class: "#{app_theme} application", :'data-page' => body_data_page} = render "layouts/broadcast" = render "layouts/head_panel", title: link_to("Search", search_path) .container.navless-container |