Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
73e1c71e
Commit
73e1c71e
authored
Feb 25, 2015
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3279 from marcus-herrmann/develop
Use "for" attribute on labels in auth views
parents
eacb058c
4f88bcb4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
login.blade.php
resources/views/auth/login.blade.php
+4
-4
password.blade.php
resources/views/auth/password.blade.php
+2
-2
register.blade.php
resources/views/auth/register.blade.php
+8
-8
reset.blade.php
resources/views/auth/reset.blade.php
+6
-6
No files found.
resources/views/auth/login.blade.php
View file @
73e1c71e
...
...
@@ -22,16 +22,16 @@
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<label
for="
email
"
class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<div class="
col
-
md
-
6
">
<input type="
email
" class="
form
-
control
" name="
email
" value="
{{
old
(
'email'
)
}}
">
<input type="
email
" class="
form
-
control
" name="
email
"
id="
email
"
value="
{{
old
(
'email'
)
}}
">
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Password</label>
<label
for="
password
"
class="
col
-
md
-
4
control
-
label
">Password</label>
<div class="
col
-
md
-
6
">
<input type="
password
" class="
form
-
control
" name="
password
">
<input type="
password
" class="
form
-
control
" name="
password
"
id="
password
"
>
</div>
</div>
...
...
resources/views/auth/password.blade.php
View file @
73e1c71e
...
...
@@ -28,9 +28,9 @@
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<label
for="
email
"
class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<div class="
col
-
md
-
6
">
<input type="
email
" class="
form
-
control
" name="
email
" value="
{{
old
(
'email'
)
}}
">
<input type="
email
" class="
form
-
control
" name="
email
"
id="
email
"
value="
{{
old
(
'email'
)
}}
">
</div>
</div>
...
...
resources/views/auth/register.blade.php
View file @
73e1c71e
...
...
@@ -22,30 +22,30 @@
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Name</label>
<label
for="
name
"
class="
col
-
md
-
4
control
-
label
">Name</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
old
(
'name'
)
}}
">
<input type="
text
" class="
form
-
control
" name="
name
"
id="
name
"
value="
{{
old
(
'name'
)
}}
">
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<label
for="
email
"
class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<div class="
col
-
md
-
6
">
<input type="
email
" class="
form
-
control
" name="
email
" value="
{{
old
(
'email'
)
}}
">
<input type="
email
" class="
form
-
control
" name="
email
"
id="
email
"
value="
{{
old
(
'email'
)
}}
">
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Password</label>
<label
for="
password
"
class="
col
-
md
-
4
control
-
label
">Password</label>
<div class="
col
-
md
-
6
">
<input type="
password
" class="
form
-
control
" name="
password
">
<input type="
password
" class="
form
-
control
" name="
password
"
id="
password
"
>
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Confirm Password</label>
<label
for="
password_confirmation
"
class="
col
-
md
-
4
control
-
label
">Confirm Password</label>
<div class="
col
-
md
-
6
">
<input type="
password
" class="
form
-
control
" name="
password_confirmation
">
<input type="
password
" class="
form
-
control
" name="
password_confirmation
"
id="
password_confirmation
"
>
</div>
</div>
...
...
resources/views/auth/reset.blade.php
View file @
73e1c71e
...
...
@@ -23,23 +23,23 @@
<input type="
hidden
" name="
token
" value="
{{
$token
}}
">
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<label
for="
email
"
class="
col
-
md
-
4
control
-
label
">E-Mail Address</label>
<div class="
col
-
md
-
6
">
<input type="
email
" class="
form
-
control
" name="
email
" value="
{{
old
(
'email'
)
}}
">
<input type="
email
" class="
form
-
control
" name="
email
"
id="
email
"
value="
{{
old
(
'email'
)
}}
">
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Password</label>
<label
for="
password
"
class="
col
-
md
-
4
control
-
label
">Password</label>
<div class="
col
-
md
-
6
">
<input type="
password
" class="
form
-
control
" name="
password
">
<input type="
password
" class="
form
-
control
" name="
password
"
id="
password
"
>
</div>
</div>
<div class="
form
-
group
">
<label class="
col
-
md
-
4
control
-
label
">Confirm Password</label>
<label
for="
password_confirmation
"
class="
col
-
md
-
4
control
-
label
">Confirm Password</label>
<div class="
col
-
md
-
6
">
<input type="
password
" class="
form
-
control
" name="
password_confirmation
">
<input type="
password
" class="
form
-
control
" name="
password_confirmation
"
id="
password_confirmation
"
>
</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