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
72cf8173
Commit
72cf8173
authored
Feb 07, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'clean-up-devise-views' into 'master'
Clean up devise views See merge request !1472
parents
2c3fe16f
485e55f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
39 deletions
+27
-39
app/assets/stylesheets/sections/login.scss
app/assets/stylesheets/sections/login.scss
+5
-0
app/views/devise/confirmations/new.html.haml
app/views/devise/confirmations/new.html.haml
+4
-3
app/views/devise/passwords/edit.html.haml
app/views/devise/passwords/edit.html.haml
+6
-5
app/views/devise/passwords/new.html.haml
app/views/devise/passwords/new.html.haml
+4
-3
app/views/devise/registrations/new.html.haml
app/views/devise/registrations/new.html.haml
+7
-27
app/views/devise/shared/_signup_box.html.haml
app/views/devise/shared/_signup_box.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/login.scss
View file @
72cf8173
...
...
@@ -46,6 +46,10 @@
.login-footer
{
margin-top
:
10px
;
p
:last-child
{
margin-bottom
:
0
;
}
}
a
.forgot
{
...
...
@@ -88,6 +92,7 @@
.devise-errors
{
h2
{
margin-top
:
0
;
font-size
:
14px
;
color
:
#a00
;
}
...
...
app/views/devise/confirmations/new.html.haml
View file @
72cf8173
...
...
@@ -7,7 +7,8 @@
=
devise_error_messages!
.clearfix.append-bottom-20
=
f
.
email_field
:email
,
placeholder:
'Email'
,
class:
"form-control"
,
required:
true
.clearfix
.append-bottom-10
.clearfix
=
f
.
submit
"Resend confirmation instructions"
,
class:
'btn btn-success'
.login-footer
=
render
'devise/shared/sign_in_link'
.clearfix.prepend-top-20
=
render
'devise/shared/sign_in_link'
app/views/devise/passwords/edit.html.haml
View file @
72cf8173
...
...
@@ -10,9 +10,10 @@
=
f
.
password_field
:password
,
class:
"form-control top"
,
placeholder:
"New password"
,
required:
true
%div
=
f
.
password_field
:password_confirmation
,
class:
"form-control bottom"
,
placeholder:
"Confirm new password"
,
required:
true
.clearfix
.append-bottom-10
.clearfix
=
f
.
submit
"Change my password"
,
class:
"btn btn-primary"
.login-footer
%p
=
link_to
"Didn't receive confirmation instructions?"
,
new_confirmation_path
(
resource_name
)
=
render
'devise/shared/sign_in_link'
.clearfix.prepend-top-20
%p
=
link_to
"Didn't receive confirmation instructions?"
,
new_confirmation_path
(
resource_name
)
=
render
'devise/shared/sign_in_link'
app/views/devise/passwords/new.html.haml
View file @
72cf8173
...
...
@@ -7,7 +7,8 @@
=
devise_error_messages!
.clearfix.append-bottom-20
=
f
.
email_field
:email
,
placeholder:
"Email"
,
class:
"form-control"
,
required:
true
.clearfix
.append-bottom-10
.clearfix
=
f
.
submit
"Reset password"
,
class:
"btn-primary btn"
.login-footer
=
render
'devise/shared/sign_in_link'
.clearfix.prepend-top-20
=
render
'devise/shared/sign_in_link'
app/views/devise/registrations/new.html.haml
View file @
72cf8173
.login-box
.login-heading
%h3
Sign up
.login-body
=
form_for
(
resource
,
as:
resource_name
,
url:
registration_path
(
resource_name
))
do
|
f
|
.devise-errors
=
devise_error_messages!
%div
=
f
.
text_field
:name
,
class:
"form-control top"
,
placeholder:
"Name"
,
required:
true
%div
=
f
.
text_field
:username
,
class:
"form-control middle"
,
placeholder:
"Username"
,
required:
true
%div
=
f
.
email_field
:email
,
class:
"form-control middle"
,
placeholder:
"Email"
,
required:
true
%div
=
f
.
password_field
:password
,
class:
"form-control middle"
,
placeholder:
"Password"
,
required:
true
%div
=
f
.
password_field
:password_confirmation
,
class:
"form-control bottom"
,
placeholder:
"Confirm password"
,
required:
true
%div
=
f
.
submit
"Sign up"
,
class:
"btn-create btn"
.login-footer
%p
%span
.light
Have an account?
%strong
=
link_to
"Sign in"
,
new_session_path
(
resource_name
)
%p
=
link_to
"Forgot your password?"
,
new_password_path
(
resource_name
)
=
render
'devise/shared/signup_box'
.clearfix.prepend-top-20
=
render
'devise/shared/sign_in_link'
%p
%span
.light
Did not receive confirmation email?
=
link_to
"Send again"
,
new_confirmation_path
(
resource_name
)
\ No newline at end of file
app/views/devise/shared/_signup_box.html.haml
View file @
72cf8173
...
...
@@ -11,7 +11,7 @@
=
f
.
text_field
:username
,
class:
"form-control middle"
,
placeholder:
"Username"
,
required:
true
%div
=
f
.
email_field
:email
,
class:
"form-control middle"
,
placeholder:
"Email"
,
required:
true
.form-group
#password-strength
.form-group
.append-bottom-20
#password-strength
=
f
.
password_field
:password
,
class:
"form-control bottom"
,
id:
"user_password_sign_up"
,
placeholder:
"Password"
,
required:
true
%div
=
f
.
submit
"Sign up"
,
class:
"btn-create btn"
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