diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-17 12:16:35 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-17 12:16:35 +0200 |
commit | 6043c6696640404f989b598188a6b78f7e574723 (patch) | |
tree | e2419df206bd194bab72ae64ef64f7380df78b1f | |
parent | d89ae7df2cf02198570dddd80dfef60796b017b5 (diff) | |
download | gitlab-ce-6043c6696640404f989b598188a6b78f7e574723.tar.gz |
Rename "CI" in sidebar to "GitLab CI".
-rw-r--r-- | app/views/layouts/nav/_dashboard.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml index 56283cba6bd..5381002ecf5 100644 --- a/app/views/layouts/nav/_dashboard.html.haml +++ b/app/views/layouts/nav/_dashboard.html.haml @@ -50,4 +50,4 @@ = link_to ci_root_path, title: 'Continuous Integration', data: {placement: 'right'} do = icon('building fw') %span - CI + GitLab CI |