diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-11 19:59:39 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-11 19:59:39 +0200 |
commit | 15eeae5fa8f10442617d2edd8fc3d8f5b3f334db (patch) | |
tree | 8538a3cb4ab9b6945035fc4b17daef1696511405 /app/views/layouts | |
parent | 2b683807b52d4b7d156da31ed9e1f8aa20c248d9 (diff) | |
download | gitlab-ce-15eeae5fa8f10442617d2edd8fc3d8f5b3f334db.tar.gz |
Fix 500 when search for gitlab projects
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/ci/application.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/ci/application.html.haml b/app/views/layouts/ci/application.html.haml index 7fb1a0097b2..b9f871d5447 100644 --- a/app/views/layouts/ci/application.html.haml +++ b/app/views/layouts/ci/application.html.haml @@ -2,7 +2,7 @@ %html{ lang: "en"} = render 'layouts/head' %body{class: "ci-body #{user_application_theme}", 'data-page' => body_data_page} - - header_title = "Projects" + - header_title = "CI Projects" - if current_user = render "layouts/header/default", title: header_title - else |