diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-28 17:19:20 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-28 17:19:20 +0200 |
commit | 037defc7def3e2d0f2de4930516149d7567362fc (patch) | |
tree | 241fcb845c9ba67626f65af358fba4a6f38944d5 /app/views/layouts/nav/_project_settings.html.haml | |
parent | b65641959165e8d7daf47f921b058a647189a060 (diff) | |
download | gitlab-ce-037defc7def3e2d0f2de4930516149d7567362fc.tar.gz |
Move CI variables page to project settingsmove-variables-page
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 a85dd71126c..c8975fb8492 100644 --- a/app/views/layouts/nav/_project_settings.html.haml +++ b/app/views/layouts/nav/_project_settings.html.haml @@ -40,3 +40,8 @@ = icon('cog fw') %span Runners + = nav_link(controller: :variables) do + = link_to namespace_project_variables_path(@project.namespace, @project) do + = icon('code fw') + %span + Variables |