Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e894e3ee
Commit
e894e3ee
authored
Sep 24, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyle sign-in page. Mention public projects
parent
95875061
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
app/assets/images/login-logo.png
app/assets/images/login-logo.png
+0
-0
app/assets/stylesheets/sections/login.scss
app/assets/stylesheets/sections/login.scss
+3
-2
app/views/layouts/devise.html.haml
app/views/layouts/devise.html.haml
+6
-1
No files found.
app/assets/images/login-logo.png
deleted
100644 → 0
View file @
95875061
9.97 KB
app/assets/stylesheets/sections/login.scss
View file @
e894e3ee
/* Login Page */
body
.login-page
{
background
:
#474D57
;
.container
.content
{
padding-top
:
4%
;
}
.container
>
.content
{
padding-top
:
20px
;
}
}
.login-box
{
...
...
app/views/layouts/devise.html.haml
View file @
e894e3ee
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment