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
Nguyen Hoang Mai Phuong
VeNJOB
Commits
6cebaf88
Commit
6cebaf88
authored
Sep 09, 2021
by
Nguyen Hoang Mai Phuong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add title devise
parent
bddaf152
Pipeline
#1422
failed with stages
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
0 deletions
+16
-0
app/views/users/confirmations/new.html.slim
+2
-0
app/views/users/passwords/edit.html.slim
+2
-0
app/views/users/passwords/new.html.slim
+2
-0
app/views/users/registrations/edit.html.slim
+2
-0
app/views/users/registrations/new.html.slim
+2
-0
app/views/users/registrations/show.html.slim
+2
-0
app/views/users/sessions/new.html.slim
+2
-0
app/views/users/show.html.slim
+2
-0
No files found.
app/views/users/confirmations/new.html.slim
View file @
6cebaf88
-
provide
:title
,
'Reconfirm Email'
.row.p-3
.row.p-3
.col-md-6.offset-md-3.form-apply
.col-md-6.offset-md-3.form-apply
=
form_for
(
resource
,
as:
resource_name
)
do
|
f
|
=
form_for
(
resource
,
as:
resource_name
)
do
|
f
|
...
...
app/views/users/passwords/edit.html.slim
View file @
6cebaf88
-
provide
:title
,
'Reset Password'
h2
.p-3.text-center
h2
.p-3.text-center
|
Change your password
|
Change your password
.row
.row
...
...
app/views/users/passwords/new.html.slim
View file @
6cebaf88
-
provide
:title
,
'Reset Password'
h2
.p-3.text-center
h2
.p-3.text-center
|
Forgot your password
|
Forgot your password
.row
.row
...
...
app/views/users/registrations/edit.html.slim
View file @
6cebaf88
-
provide
:title
,
'Edit User'
h2
.p-3.text-center
h2
.p-3.text-center
|
Edit My Page
|
Edit My Page
.row
.row
...
...
app/views/users/registrations/new.html.slim
View file @
6cebaf88
-
provide
:title
,
'Register'
h2
.p-3.text-center
h2
.p-3.text-center
|
Register
|
Register
.row
.row
...
...
app/views/users/registrations/show.html.slim
View file @
6cebaf88
-
provide
:title
,
'Rgister'
h5
.p-5.fw-normal.border.bg-white
h5
.p-5.fw-normal.border.bg-white
|
Thank you for register our service, an confirmation email with registration link
|
Thank you for register our service, an confirmation email with registration link
has been sent to your email. Please check your email within 24 hours.
has been sent to your email. Please check your email within 24 hours.
...
...
app/views/users/sessions/new.html.slim
View file @
6cebaf88
-
provide
:title
,
'Login'
h2
.p-3.text-center
h2
.p-3.text-center
|
Log in
|
Log in
.row
.row
...
...
app/views/users/show.html.slim
View file @
6cebaf88
-
provide
:title
,
'Profile User'
h2
.p-3.text-center
h2
.p-3.text-center
|
My Page
|
My Page
.row
.row
...
...
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