debian-mirror-gitlab/app/views/profiles/keys/show.html.haml
2021-11-11 11:23:49 +05:30

5 lines
209 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"