mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate Form::close in previously changed views
This commit is contained in:
parent
967e646989
commit
6263d01c73
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
|
||||
</div> <!-- .box-default -->
|
||||
{{ Form::close() }}
|
||||
</form>
|
||||
</div> <!-- .col-md-9 -->
|
||||
</div> <!-- .row-->
|
||||
@stop
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<button type="submit" class="btn btn-primary"><x-icon type="checkmark" /> {{ trans('general.save') }}</button>
|
||||
</div>
|
||||
</div> <!-- .box-default -->
|
||||
{{ Form::close() }}
|
||||
</form>
|
||||
</div> <!-- .col-md-9 -->
|
||||
</div> <!-- .row-->
|
||||
|
||||
|
|
|
@ -269,7 +269,7 @@
|
|||
|
||||
|
||||
</div>
|
||||
{{ Form::close() }}
|
||||
</form>
|
||||
@stop
|
||||
|
||||
@section('moar_scripts')
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<button type="submit" class="btn btn-primary"> {{ trans('general.save') }}</button>
|
||||
</span>
|
||||
|
||||
{{ Form::close() }}
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue