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-23 11:56:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 11:56:12 +0300
commit7780a886e7c90b2fbe281d3b8452151c20659543 (patch)
tree3f1330f87da6ec59b4ba7b439a26b8ae97eaed15 /app/views/admin/identities
parent1beb0dbe56438ae513565b1bdc0db7c1d692a156 (diff)
Set proper title when edit identity from admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/identities')
-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