Commit a924a215 authored by Phil Hughes's avatar Phil Hughes

Merge branch '12552-keys' into 'master'

Fixes broken string and removes EE differences

Closes #12552

See merge request gitlab-org/gitlab-ee!14558
parents d2b03715 ffe4f1a0
......@@ -20,5 +20,5 @@
= s_('Profiles|Created %{time_ago}'.html_safe) % { time_ago:time_ago_with_tooltip(key.created_at)}
- if key.can_delete?
= 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')
%span.sr-only= _('Remove')
= icon('trash')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment