gitlab-org--gitlab-foss/app/views/profiles/keys/show.html.haml
2018-01-01 17:45:20 +00:00

6 lines
228 B
Text

- 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"