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>2014-07-13 21:56:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-13 21:56:29 +0400
commit62d2aed036ce0699eb494fb629983a5809f746a5 (patch)
treecbcad752810a95685a490b6a7da379d2278b0f7a /app/views/layouts/devise.html.haml
parentf3b0cb77fcb379107cdd4f770fdb16381cda1baf (diff)
Improve login page behaviour
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml20
1 files changed, 16 insertions, 4 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 43ee4bbbb4b..ff27fcc0f40 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -12,10 +12,22 @@
.content
.row
.col-md-7
- .brand-image
- = brand_image
- .brand_text
- = brand_text
+ - if brand_item
+ .brand-image
+ = brand_image
+ .brand_text
+ = brand_text
+ - else
+ .brand-image.hidden-sm.hidden-xs
+ = image_tag 'brand_logo.png'
+ .brand_text.hidden-xs
+ %h2 Open source software to collaborate on code
+
+ %p.lead
+ Manage git repositories with fine grained access controls that keep your code secure.
+ Perform code reviews and enhance collaboration with merge requests.
+ Each project can also have an issue tracker and a wiki.
+
.col-md-5
= yield
%hr