mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
3e111fca6e
Signed-off-by: snipe <snipe@snipe.net>
8 lines
427 B
PHP
8 lines
427 B
PHP
<!-- partials/forms/edit/submit.blade.php -->
|
|
|
|
<div class="box-footer text-right" style="padding-bottom: 0px;">
|
|
<a class="btn btn-link pull-left" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
|
<button type="submit" accesskey="s" 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 -->
|