gitlabhq/app/views/deploy_keys/_show.html.haml

8 lines
184 B
Plaintext
Raw Normal View History

2011-12-29 22:31:27 +01:00
%a.update-item{:href => project_deploy_key_path(key.project, key)}
2011-12-29 20:44:16 +01:00
%span.update-title
= key.title
%span.update-author
Added
= time_ago_in_words(key.created_at)
ago