diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-29 16:07:44 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-29 16:07:44 +0200 |
commit | 87240e989ba913bad787d8bc81da1a9b87f1da53 (patch) | |
tree | ecd75d098682e90d30e72a251be4691687f87a76 /app/views/layouts/nav/_project_settings.html.haml | |
parent | 2c3355f9584a1a22d91806b8b49d441f22c0c286 (diff) | |
download | gitlab-ce-87240e989ba913bad787d8bc81da1a9b87f1da53.tar.gz |
Move CI project settings page to CE project settings areamove-ci-settings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/nav/_project_settings.html.haml')
-rw-r--r-- | app/views/layouts/nav/_project_settings.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/nav/_project_settings.html.haml b/app/views/layouts/nav/_project_settings.html.haml index 28efb035d09..26cccb48f68 100644 --- a/app/views/layouts/nav/_project_settings.html.haml +++ b/app/views/layouts/nav/_project_settings.html.haml @@ -50,3 +50,8 @@ = icon('retweet fw') %span Triggers + = nav_link path: 'ci_settings#edit' do + = link_to edit_namespace_project_ci_settings_path(@project.namespace, @project) do + = icon('building fw') + %span + CI Settings |