Merge pull request #9 from hamzahppa/patch-1

Fix action url for add task
master
Taylor Otwell 10 years ago
commit 8616fbba19

@ -13,7 +13,7 @@
@include('common.errors')
<!-- New Task Form -->
<form action="/task" method="POST" class="form-horizontal">
<form action="{{ url('task')}}" method="POST" class="form-horizontal">
{{ csrf_field() }}
<!-- Task Name -->

Loading…
Cancel
Save