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
2
Merge Requests
2
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
Thanh Hung Pham
veNJOB
Commits
b119f78f
Commit
b119f78f
authored
Jul 06, 2017
by
Thanh Hung Pham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix focus
parent
2dd294bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/devise/confirmations/information.html.erb
+2
-2
config/locales/devise.en.yml
+1
-1
No files found.
app/views/devise/confirmations/information.html.erb
View file @
b119f78f
...
...
@@ -7,13 +7,13 @@
<div
class=
"form-group"
>
<%=
f
.
label
:email
%>
<%=
f
.
email_field
:email
,
autofocus:
true
,
readonly:
true
,
class:
'form-control'
%>
<%=
f
.
email_field
:email
,
readonly:
true
,
class:
'form-control'
%>
<%=
f
.
hidden_field
:id
%>
</div>
<div
class=
"form-group"
>
<%=
f
.
label
:fullname
%>
<%=
f
.
text_field
:fullname
,
class:
'form-control'
%>
<%=
f
.
text_field
:fullname
,
autofocus:
true
,
class:
'form-control'
%>
</div>
<div
class=
"form-group"
>
...
...
config/locales/devise.en.yml
View file @
b119f78f
...
...
@@ -3,7 +3,7 @@
en
:
devise
:
confirmations
:
confirmed
:
"
Your
email
address
has
been
successfully
confirmed."
confirmed
:
"
Your
email
address
has
been
successfully
confirmed.
Please
update
information
to
complete!
"
send_instructions
:
"
You
will
receive
an
email
with
instructions
for
how
to
confirm
your
email
address
in
a
few
minutes."
send_paranoid_instructions
:
"
If
your
email
address
exists
in
our
database,
you
will
receive
an
email
with
instructions
for
how
to
confirm
your
email
address
in
a
few
minutes."
failure
:
...
...
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