gitlab-org--gitlab-foss/app/views/admin/users/keys.html.haml
Robin Naundorf 2d5c8a59d3 Fix broken breadcrumb in admin/user
* Fix broken breadcrumb when switching tabs in admin/user

Closes #47419
2018-07-17 19:50:01 +02:00

5 lines
198 B
Text

- add_to_breadcrumbs "Users", admin_users_path
- breadcrumb_title @user.name
- page_title "SSH Keys", @user.name, "Users"
= render 'admin/users/head'
= render 'profiles/keys/key_table', admin: true