summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authormiks <miks@cubesystems.lv>2011-12-29 21:44:16 +0200
committermiks <miks@cubesystems.lv>2011-12-29 21:44:16 +0200
commit723104c45f83937cd87bee87ac16d3dfc6ce4d88 (patch)
tree1b104bcea9ad4cfef2e0459bfb45d3e21d59a462 /app/views/layouts/project.html.haml
parent53ce00f74af1d0ac244b718b157f7f1c876e97a2 (diff)
downloadgitlab-ce-723104c45f83937cd87bee87ac16d3dfc6ce4d88.tar.gz
Initial deploy_key feature commit
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r--app/views/layouts/project.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 3dbb69c4ea9..a5ea76d3698 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -49,6 +49,7 @@
- if can? current_user, :admin_project, @project
= link_to "Admin", edit_project_path(@project), :class => (current_page?(edit_project_path(@project))) ? "current" : nil
+ = link_to "Deploy keys", project_deploy_keys_path(@project), :class => (current_page?(project_deploy_keys_path(@project))) ? "current" : nil
.medium-tags{:style => 'padding: 10px 0 0 10px; width: 210px;'}= tag_list @project