mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 04:56:16 +10:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
%li
|
|
= link_to profile_key_path(key) do
|
|
%strong= key.title
|
|
%span
|
|
(#{key.fingerprint})
|
|
%span.cgray
|
|
added
|
|
= time_ago_in_words(key.created_at)
|
|
ago
|
|
|
|
= link_to 'Remove', profile_key_path(key), confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key pull-right"
|