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

9 lines
163 B
Plaintext
Raw Normal View History

2012-02-11 22:22:33 +01:00
%li.wll
= link_to key_path(key) do
2012-02-11 22:22:33 +01:00
%p
%strong= key.title
%span.right.cgray
Added
= time_ago_in_words(key.created_at)
ago