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

6 lines
203 B
Text
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
2014-12-29 11:09:39 -05:00
= render "key_details"