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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:33:27 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:33:27 +0300
commit21785171329ef0189a1c99d7b65b106b7bdda48c (patch)
treeaba9d0d5af3b3d2bd229cecc6cfdd77bd61d8d36 /app/views/admin/users/_user.html.haml
parentb1c4fdecfceaac6509a817325822aa1e04f59046 (diff)
[skip ci] Convert .label. to .badge.
Diffstat (limited to 'app/views/admin/users/_user.html.haml')
-rw-r--r--app/views/admin/users/_user.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/users/_user.html.haml b/app/views/admin/users/_user.html.haml
index 2e57047b05d..796ad2cd69c 100644
--- a/app/views/admin/users/_user.html.haml
+++ b/app/views/admin/users/_user.html.haml
@@ -5,11 +5,11 @@
.user-name.row-title.str-truncated-100
= link_to user.name, [:admin, user]
- if user.blocked?
- %span.label.label-danger blocked
+ %span.badge.label-danger blocked
- if user.admin?
- %span.label.label-success Admin
+ %span.badge.label-success Admin
- if user.external?
- %span.label.label-default External
+ %span.badge.label-default External
- if user == current_user
%span It's you!
.row-second-line.str-truncated-100