gitlab-org--gitlab-foss/app/views/profiles/keys/show.html.haml

7 lines
228 B
Plaintext

- 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'
= render "key_details"