Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Huỳnh Thiên Phước
venjob
Commits
0cd46b96
Commit
0cd46b96
authored
Aug 13, 2020
by
Huỳnh Thiên Phước
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create Interface 1
parent
5890e921
Pipeline
#897
failed with stages
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
2 deletions
+30
-2
app/assets/stylesheets/register_emails.scss
+19
-0
app/mailers/application_mailer.rb
+1
-1
app/views/users/register_begin.html.erb
+10
-1
No files found.
app/assets/stylesheets/register_emails.scss
0 → 100644
View file @
0cd46b96
.label
{
font-size
:
32px
;
padding
:
20px
;
margin
:
30px
;
}
.email-text
{
font-size
:
24px
;
}
.confirm-email-btn
{
padding
:
20px
;
margin
:
30px
;
}
.confirm
{
height
:
150px
;
width
:
300px
;
}
.text-confirm
{
font-size
:
26px
;
}
app/mailers/application_mailer.rb
View file @
0cd46b96
class
ApplicationMailer
<
ActionMailer
::
Base
default
from:
'
from@example
.com'
default
from:
'
phuocht@zigexn
.com'
layout
'mailer'
end
app/views/users/register_begin.html.erb
View file @
0cd46b96
<div
class=
"container"
>
<div
class=
"text-center label"
>
<strong>
Register
</strong>
</div>
<div
class=
"row"
>
<div
class=
"col-1 email-text"
>
Email
</div>
<input
type=
"text"
class=
"form-control col-sm"
placeholder=
"Email"
aria-label=
"Email"
>
</div>
<div
class=
"text-center confirm-email-btn"
>
<button
class=
"btn btn-outline-danger confirm"
><strong
class=
"text-confirm"
>
Confirm your email
</strong></button>
</div>
</div>
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