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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
bdd1193f
Commit
bdd1193f
authored
Dec 06, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove confirmation.scss
parent
4aaf6af3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
35 deletions
+4
-35
app/assets/stylesheets/pages/confirmation.scss
app/assets/stylesheets/pages/confirmation.scss
+0
-32
app/views/devise/confirmations/almost_there.haml
app/views/devise/confirmations/almost_there.haml
+4
-3
No files found.
app/assets/stylesheets/pages/confirmation.scss
deleted
100644 → 0
View file @
4aaf6af3
.well-confirmation
{
margin-bottom
:
20px
;
border-bottom
:
1px
solid
$gray-darker
;
>
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
400
;
}
.lead
{
margin-bottom
:
20px
;
}
ul
,
ol
{
padding-left
:
0
;
}
li
{
list-style-type
:
none
;
}
}
.confirmation-content
{
a
{
color
:
$md-link-color
;
}
}
app/views/devise/confirmations/almost_there.haml
View file @
bdd1193f
.well-confirmation.text-center
.well-confirmation.text-center
.append-bottom-20
%h1
.prepend-top-0
%h1
.prepend-top-0
Almost there...
Almost there...
%p
.lead
%p
.lead
.append-bottom-20
Please check your email to confirm your account
Please check your email to confirm your account
%hr
-
if
current_application_settings
.
after_sign_up_text
.
present?
-
if
current_application_settings
.
after_sign_up_text
.
present?
.well-confirmation.text-center
.well-confirmation.text-center
=
markdown_field
(
current_application_settings
,
:after_sign_up_text
)
=
markdown_field
(
current_application_settings
,
:after_sign_up_text
)
%p
.
confirmation-content.
text-center
%p
.text-center
No confirmation email received? Please check your spam folder or
No confirmation email received? Please check your spam folder or
.append-bottom-20.prepend-top-20.text-center
.append-bottom-20.prepend-top-20.text-center
%a
.btn.btn-lg.btn-success
{
href:
new_user_confirmation_path
}
%a
.btn.btn-lg.btn-success
{
href:
new_user_confirmation_path
}
...
...
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