Commit a7f438b8 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'app/views/profiles/gpg_keys/_key.html.haml' into 'master'

Fix HAML in profiles/gpg_keys/_key.html.haml

See merge request gitlab-org/gitlab!58718
parents a8a3056b b5bf55a9
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
%code= subkey.fingerprint %code= subkey.fingerprint
.float-right .float-right
%span.key-created-at %span.key-created-at
= s_('Profiles|Created %{time_ago}'.html_safe) % { time_ago:time_ago_with_tooltip(key.created_at)} = s_('Profiles|Created %{time_ago}'.html_safe) % { time_ago: time_ago_with_tooltip(key.created_at) }
= link_to profile_gpg_key_path(key), data: { confirm: _('Are you sure? Removing this GPG key does not affect already signed commits.') }, method: :delete, class: "gl-button btn btn-danger gl-ml-3" do = link_to profile_gpg_key_path(key), data: { confirm: _('Are you sure? Removing this GPG key does not affect already signed commits.') }, method: :delete, class: "gl-button btn btn-danger gl-ml-3" do
%span.sr-only= _('Remove') %span.sr-only= _('Remove')
= sprite_icon('remove') = sprite_icon('remove')
......
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