summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-11 19:59:39 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-11 19:59:39 +0200
commit15eeae5fa8f10442617d2edd8fc3d8f5b3f334db (patch)
tree8538a3cb4ab9b6945035fc4b17daef1696511405 /app/views/layouts
parent2b683807b52d4b7d156da31ed9e1f8aa20c248d9 (diff)
downloadgitlab-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.haml2
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