diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-25 14:42:17 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-25 14:42:17 +0100 |
commit | 5542c9456c44816d45caba42b00389da0b1d1f26 (patch) | |
tree | 0ded8b078c9d3cf3639b82643e6a15a4c4c8ba92 /app/views/profiles/keys/_key_table.html.haml | |
parent | be85fde6632d1058c17cb3083fa6a9b54fc9871c (diff) | |
download | gitlab-ce-5542c9456c44816d45caba42b00389da0b1d1f26.tar.gz |
Updated project group sharing UI
Closes #13991
Diffstat (limited to 'app/views/profiles/keys/_key_table.html.haml')
-rw-r--r-- | app/views/profiles/keys/_key_table.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_key_table.html.haml b/app/views/profiles/keys/_key_table.html.haml index 296cafa6e31..e78763bdcb2 100644 --- a/app/views/profiles/keys/_key_table.html.haml +++ b/app/views/profiles/keys/_key_table.html.haml @@ -4,7 +4,7 @@ %ul.well-list = render partial: 'profiles/keys/key', collection: @keys, locals: { is_admin: is_admin } - else - %p.profile-settings-message.text-center + %p.settings-message.text-center - if is_admin There are no SSH keys associated with this account. - else |