mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate Form::open and Form::close on bulk audit page
This commit is contained in:
parent
464e4d11e9
commit
c4b8b85602
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
<div class="row">
|
||||
{{ Form::open(['method' => 'POST', 'class' => 'form-horizontal', 'role' => 'form', 'id' => 'audit-form' ]) }}
|
||||
<form method="POST" accept-charset="UTF-8" class="form-horizontal" role="form" id="audit-form">
|
||||
<!-- left column -->
|
||||
<div class="col-md-6">
|
||||
<div class="box box-default">
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
|
||||
|
||||
{{Form::close()}}
|
||||
</form>
|
||||
</div> <!--/.col-md-6-->
|
||||
|
||||
<div class="col-md-6">
|
||||
|
|
Loading…
Reference in a new issue