OSDN Git Service

Restyle sign-in page. Mention public projects
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 24 Sep 2013 09:27:25 +0000 (12:27 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 24 Sep 2013 09:27:25 +0000 (12:27 +0300)
app/assets/images/login-logo.png [deleted file]
app/assets/stylesheets/sections/login.scss
app/views/layouts/devise.html.haml

diff --git a/app/assets/images/login-logo.png b/app/assets/images/login-logo.png
deleted file mode 100644 (file)
index a61c413..0000000
Binary files a/app/assets/images/login-logo.png and /dev/null differ
index 8d9fd03..33bef59 100644 (file)
@@ -1,7 +1,8 @@
 /* Login Page */
 body.login-page{
-  background: #474D57;
-  .container .content { padding-top: 4%; }
+  .container > .content {
+    padding-top: 20px;
+  }
 }
 
 .login-box{
index 0fa3621..c472983 100644 (file)
@@ -6,5 +6,10 @@
     .container
       .content
         %center
-          = image_tag image_path "login-logo.png"
+          %h1 GitLab
+          %p.light
+            GitLab is open source software to collaborate on code.
+            %br
+            #{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}.
+        %hr
         = yield