Remove duplicated ago
This commit is contained in:
parent
2bcbc7c6db
commit
f9b942259c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue