debian-mirror-gitlab/app/views/profiles/keys/show.html.haml
2018-03-17 18:26:18 +05:30

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"