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

6 lines
206 B
Plaintext
Raw Normal View History

- 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
2014-12-29 16:09:39 +00:00
= render "key_details"