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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 18:12:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 18:12:20 +0300
commitcc04c5b82897564e4a78d7cd36bff853cc7efd83 (patch)
treef08f37edb52d9e58339f1206f22a109aefbc6d7f /app/views/admin/identities
parentb21390936a02764cc5aee8cfeef3d2f8419da4fc (diff)
Refactor admin user page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/identities')
-rw-r--r--app/views/admin/identities/index.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/admin/identities/index.html.haml b/app/views/admin/identities/index.html.haml
index 76a0f6ca812..ae57e3adc4d 100644
--- a/app/views/admin/identities/index.html.haml
+++ b/app/views/admin/identities/index.html.haml
@@ -1,8 +1,6 @@
-%h3.page-title
- Identities for
- = link_to @user.name, [:admin, @user]
+- page_title "Identities", @user.name, "Users"
+= render 'admin/users/head'
-%hr
- if @identities.present?
%table.table
%thead