debian-mirror-gitlab/app/views/profiles/keys/_key_table.html.haml
2019-09-04 21:01:54 +05:30

11 lines
376 B
Text

- is_admin = local_assigns.fetch(:admin, false)
- if @keys.any?
%ul.content-list
= render partial: 'profiles/keys/key', collection: @keys, locals: { is_admin: is_admin }
- else
%p.settings-message.text-center
- if is_admin
= _('There are no SSH keys associated with this account.')
- else
= _('There are no SSH keys with access to your account.')