mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
6 lines
368 B
PHP
6 lines
368 B
PHP
<!-- partials/modals/partials/footer.blade.php -->
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">{{ trans('button.cancel') }}</button>
|
|
<button type="button" class="btn btn-primary pull-right" id="modal-save">{{ trans('general.save') }}</button>
|
|
</div>
|
|
<!-- partials/modals/partials/footer.blade.php --> |