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:
Diffstat (limited to 'app/views/admin/users/show.html.haml')
-rw-r--r--app/views/admin/users/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index 1cc1ff0c435..28c91c2c3e2 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -15,7 +15,7 @@
.row
.col-md-6
.panel.panel-default
- .title
+ .panel-heading
Account:
.pull-right
= image_tag avatar_icon(@user.email, 32), class: "avatar s32"
@@ -119,7 +119,7 @@
.col-md-6
- if @user.users_groups.present?
.panel.panel-default
- .title Groups:
+ .panel-heading Groups:
%ul.well-list
- @user.users_groups.each do |user_group|
- group = user_group.group
@@ -133,7 +133,7 @@
%i.icon-remove.icon-white
.panel.panel-default
- .title Projects (#{@projects.count})
+ .panel-heading Projects (#{@projects.count})
%ul.well-list
- @projects.sort_by(&:name_with_namespace).each do |project|
- tm = project.team.find_tm(@user.id)