Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 18:08:35 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 18:08:35 +0300
commitcfe10f07aa0d400b9fc70f39b2541435b7ea03e0 (patch)
tree31c9920efe54e7b7d9341a1128b72fef65809b77 /app/views/profiles/gpg_keys
parent4c74936f4567ba142bcd9ca31c8f5f10c8aa52fa (diff)
Replace well-list with content-list and hover-list
Diffstat (limited to 'app/views/profiles/gpg_keys')
-rw-r--r--app/views/profiles/gpg_keys/_key_table.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/gpg_keys/_key_table.html.haml b/app/views/profiles/gpg_keys/_key_table.html.haml
index cabb92c5a24..b9b60c218fd 100644
--- a/app/views/profiles/gpg_keys/_key_table.html.haml
+++ b/app/views/profiles/gpg_keys/_key_table.html.haml
@@ -1,7 +1,7 @@
- is_admin = local_assigns.fetch(:admin, false)
- if @gpg_keys.any?
- %ul.well-list
+ %ul.content-list
= render partial: 'profiles/gpg_keys/key', collection: @gpg_keys, locals: { is_admin: is_admin }
- else
%p.settings-message.text-center