summaryrefslogtreecommitdiff
path: root/app/views/admin/impersonation_tokens
diff options
context:
space:
mode:
authorRobin Naundorf <r.naundorf@fh-muenster.de>2018-06-09 08:45:05 +0200
committerRobin Naundorf <r.naundorf@fh-muenster.de>2018-07-17 19:50:01 +0200
commit2d5c8a59d3e605ef03ac5cb068957c999bb00f86 (patch)
tree205a1e0c9778ee9f75414d06f71f5adf9e41d64d /app/views/admin/impersonation_tokens
parent923172c93310d2761ec1b64d181644a1a9e45ed6 (diff)
downloadgitlab-ce-2d5c8a59d3e605ef03ac5cb068957c999bb00f86.tar.gz
Fix broken breadcrumb in admin/user
* Fix broken breadcrumb when switching tabs in admin/user Closes #47419
Diffstat (limited to 'app/views/admin/impersonation_tokens')
-rw-r--r--app/views/admin/impersonation_tokens/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/impersonation_tokens/index.html.haml b/app/views/admin/impersonation_tokens/index.html.haml
index 1378dde52ab..9e490713ef3 100644
--- a/app/views/admin/impersonation_tokens/index.html.haml
+++ b/app/views/admin/impersonation_tokens/index.html.haml
@@ -1,3 +1,5 @@
+- add_to_breadcrumbs "Users", admin_users_path
+- breadcrumb_title @user.name
- page_title "Impersonation Tokens", @user.name, "Users"
= render 'admin/users/head'