gitlabhq/app/views/deploy_keys/_show.html.haml
2011-12-29 23:31:27 +02:00

8 lines
184 B
Plaintext

%a.update-item{:href => project_deploy_key_path(key.project, key)}
%span.update-title
= key.title
%span.update-author
Added
= time_ago_in_words(key.created_at)
ago