Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-30 19:42:07 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-30 19:42:07 +0300
commita87b229b5d6da23e12e34d899f824f1f7e2dc28a (patch)
tree2d28dee73d0d8b33cbb3038f2993dea0a021827d /app/views/profiles/keys/show.html.haml
parent7b9b2ce3c520df8475f1fe4b8aa72a8ce3a687b4 (diff)
Fix preferences tests.
Diffstat (limited to 'app/views/profiles/keys/show.html.haml')
-rw-r--r--app/views/profiles/keys/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml
index 89f6f01581a..6283ceebf10 100644
--- a/app/views/profiles/keys/show.html.haml
+++ b/app/views/profiles/keys/show.html.haml
@@ -1,2 +1,3 @@
- page_title @key.title, "SSH Keys"
+= render 'profiles/head'
= render "key_details"