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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-20 12:32:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-20 12:32:59 +0400
commit5a2111526dd7a255f74c98b95eeefc578ab0f444 (patch)
treea086e9a232ab2ae733bc767a3cf073165998ee9c /app/views/layouts/devise.html.haml
parentc54d07b9ed083fe5739cc0e467eaf79b2deda255 (diff)
New logo/color for login screen
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index a9758f19d36..0fa36211739 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -5,4 +5,6 @@
= render "layouts/flash"
.container
.content
+ %center
+ = image_tag image_path "login-logo.png"
= yield