gitlab-org--gitlab-foss/app/views/profiles/keys/show.html.haml
2018-02-23 17:18:24 +01:00

5 lines
203 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 "key_details"