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

8 lines
148 B
Plaintext
Raw Normal View History

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