summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 10:56:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 10:56:12 +0200
commit7780a886e7c90b2fbe281d3b8452151c20659543 (patch)
tree3f1330f87da6ec59b4ba7b439a26b8ae97eaed15 /app/views
parent1beb0dbe56438ae513565b1bdc0db7c1d692a156 (diff)
downloadgitlab-ce-7780a886e7c90b2fbe281d3b8452151c20659543.tar.gz
Set proper title when edit identity from admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/identities/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/identities/edit.html.haml b/app/views/admin/identities/edit.html.haml
index d49d79ce5c9..515d46b0f29 100644
--- a/app/views/admin/identities/edit.html.haml
+++ b/app/views/admin/identities/edit.html.haml
@@ -1,4 +1,4 @@
-- page_title @user.name, "Users"
+- page_title "Edit", @identity.provider, "Identities", @user.name, "Users"
%h3.page-title
Edit identity for #{@user.name}
%hr