debian-mirror-gitlab/app/views/profiles/keys/show.html.haml

6 lines
209 B
Text
Raw Normal View History

2021-11-11 11:23:49 +05:30
- add_to_breadcrumbs _('SSH Keys'), profile_keys_path
2018-03-17 18:26:18 +05:30
- breadcrumb_title @key.title
2019-09-04 21:01:54 +05:30
- page_title @key.title, _('SSH Keys')
2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2015-04-26 12:48:37 +05:30
= render "key_details"