Initial deploy_key feature commit

This commit is contained in:
miks 2011-12-29 21:44:16 +02:00
parent 53ce00f74a
commit 723104c45f
16 changed files with 222 additions and 1 deletions

View file

@ -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