mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Merge branch 'ssh-page-ago' into 'master'
Remove duplicated ago Closes #14460 See merge request !3332
This commit is contained in:
committed by
Rémy Coutable
parent
6ecabcbe95
commit
067539807d
@@ -8,7 +8,7 @@
|
||||
= key.fingerprint
|
||||
.pull-right
|
||||
%span.key-created-at
|
||||
created #{time_ago_with_tooltip(key.created_at)} ago
|
||||
created #{time_ago_with_tooltip(key.created_at)}
|
||||
= link_to path_to_key(key, is_admin), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-transparent prepend-left-10" do
|
||||
%span.sr-only Remove
|
||||
= icon('trash')
|
||||
|
||||
Reference in New Issue
Block a user