Commit f474a677 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'app/views/profiles/keys/index.html.haml' into 'master'

Fix HAML in profiles/keys/index.html.haml

See merge request gitlab-org/gitlab!58563
parents c385f195 ef5f324e
......@@ -19,6 +19,6 @@
= render 'form'
%hr
%h5
= _('Your SSH keys (%{count})') % { count:@keys.count }
= _('Your SSH keys (%{count})') % { count: @keys.count }
.gl-mb-3
= render 'key_table'
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