Help message for wiki, styled projects page

This commit is contained in:
Dmitriy Zaporozhets 2012-02-21 22:04:01 +02:00
parent ce8eba8913
commit 1c22d4f50f
11 changed files with 71 additions and 32 deletions

View file

@ -1,12 +1,12 @@
%tr
%td
%a{:href => project_deploy_key_path(key.project, key)}
= key.title
%strong= key.title
%td
%span.update-author
Added
= time_ago_in_words(key.created_at)
ago
%td
= link_to 'Remove', project_deploy_key_path(key.project, key), :confirm => 'Are you sure?', :method => :delete, :class => "danger btn delete-key small"
= link_to 'Remove', project_deploy_key_path(key.project, key), :confirm => 'Are you sure?', :method => :delete, :class => "danger btn delete-key small right"