mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
7e41c74cc3
Signed-off-by: snipe <snipe@snipe.net>
8 lines
384 B
PHP
8 lines
384 B
PHP
<!-- partials/forms/edit/submit.blade.php -->
|
|
|
|
<div class="box-footer text-right">
|
|
<a class="btn btn-link text-left" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
|
<button type="submit" class="btn btn-primary"><i class="fas fa-check icon-white" aria-hidden="true"></i> {{ trans('general.save') }}</button>
|
|
</div>
|
|
<!-- / partials/forms/edit/submit.blade.php -->
|