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

7 lines
228 B
Plaintext
Raw Normal View History

- add_to_breadcrumbs "SSH Keys", profile_keys_path
- breadcrumb_title @key.title
2015-04-30 13:06:18 -04:00
- page_title @key.title, "SSH Keys"
- @content_class = "limit-container-width" unless fluid_layout
2016-06-30 12:42:07 -04:00
= render 'profiles/head'
2014-12-29 11:09:39 -05:00
= render "key_details"