diff options
author | Rob Watson <rob@mixlr.com> | 2018-01-01 13:55:52 +0000 |
---|---|---|
committer | Rob Watson <rob@mixlr.com> | 2018-01-01 17:45:20 +0000 |
commit | 9219ac0aad82a41a0b177853d7a4a8f8ae0d4a44 (patch) | |
tree | b07ebd9cb9539b42a0a2061c2f102dfe8c0d97e5 /app/views/profiles/keys | |
parent | ff077cf7dc5cfd7c6c6206d801ea3f326f7af1aa (diff) | |
download | gitlab-ce-9219ac0aad82a41a0b177853d7a4a8f8ae0d4a44.tar.gz |
Add breadcrumbs to User Settings sub-views
Closes #40274
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r-- | app/views/profiles/keys/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml index 172c0450381..7b7960708c4 100644 --- a/app/views/profiles/keys/show.html.haml +++ b/app/views/profiles/keys/show.html.haml @@ -1,3 +1,5 @@ +- add_to_breadcrumbs "SSH Keys", profile_keys_path +- breadcrumb_title @key.title - page_title @key.title, "SSH Keys" - @content_class = "limit-container-width" unless fluid_layout = render 'profiles/head' |