Skip to content

Commit e52768f

Browse files
committed
Match up the label for attribute with the input
1 parent 9175b8d commit e52768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tasks.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Task Name -->
2020
<div class="form-group">
21-
<label for="task" class="col-sm-3 control-label">Task</label>
21+
<label for="task-name" class="col-sm-3 control-label">Task</label>
2222

2323
<div class="col-sm-6">
2424
<input type="text" name="name" id="task-name" class="form-control" value="{{ old('task') }}">

0 commit comments

Comments
 (0)