gitlabhq/app/views/keys/_show.html.haml
2012-02-11 23:22:33 +02:00

9 lines
163 B
Plaintext

%li.wll
= link_to key_path(key) do
%p
%strong= key.title
%span.right.cgray
Added
= time_ago_in_words(key.created_at)
ago