mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
8 lines
285 B
PHP
8 lines
285 B
PHP
<!-- partials/forms/edit/submit.blade.php -->
|
|
|
|
<div class="box-footer">
|
|
<a class="btn btn-link pull-left" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
|
@include('partials.forms.edit.submit-button')
|
|
</div>
|
|
<!-- / partials/forms/edit/submit.blade.php -->
|