summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/new.html.haml
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-07-19 12:37:22 +0900
committerShinya Maeda <shinya@gitlab.com>2018-07-19 12:37:22 +0900
commit7ade498101d02573b20a2405ebe0bdb8efd8aa3b (patch)
tree6624be9396753ab4d55643f748348a8f75bcc832 /app/views/admin/identities/new.html.haml
parente7be6b2b3624ba44d56143084731cb9a6168f974 (diff)
parent98eccfc44c597ba14939659ca3b9150197129961 (diff)
downloadgitlab-ce-7ade498101d02573b20a2405ebe0bdb8efd8aa3b.tar.gz
Merge branch 'master-ce' into artifact-format-v2
Diffstat (limited to 'app/views/admin/identities/new.html.haml')
-rw-r--r--app/views/admin/identities/new.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/identities/new.html.haml b/app/views/admin/identities/new.html.haml
index ee743b0fd3c..c28d22625b5 100644
--- a/app/views/admin/identities/new.html.haml
+++ b/app/views/admin/identities/new.html.haml
@@ -1,3 +1,6 @@
+- add_to_breadcrumbs "Users", admin_users_path
+- add_to_breadcrumbs @user.name, admin_user_identities_path(@user)
+- breadcrumb_title "New Identity"
- page_title _("New Identity")
%h3.page-title= _('New identity')
%hr