summaryrefslogtreecommitdiff
path: root/app/views/settings/keys/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/keys/show.html.haml')
-rw-r--r--app/views/settings/keys/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/settings/keys/show.html.haml b/app/views/settings/keys/show.html.haml
new file mode 100644
index 00000000000..e173a805c79
--- /dev/null
+++ b/app/views/settings/keys/show.html.haml
@@ -0,0 +1,5 @@
+- add_to_breadcrumbs "SSH Keys", settings_keys_path
+- breadcrumb_title @key.title
+- page_title @key.title, _('SSH Keys')
+- @content_class = "limit-container-width" unless fluid_layout
+= render "key_details"