Minor formatting fix

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-10-01 20:35:49 +01:00
parent ca1886cebc
commit c32f4e34b4

View file

@ -60,8 +60,12 @@
</div><!-- /.box-body -->
<div class="box-footer text-right">
<a class="btn btn-link" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
<button type="submit" class="btn btn-success" id="submit-button"><x-icon type="checkmark" /> {{ trans('button.delete') }}</button>
<a class="btn btn-link" href="{{ URL::previous() }}">
{{ trans('button.cancel') }}
</a>
<button type="submit" class="btn btn-success" id="submit-button">
<x-icon type="checkmark" /> {{ trans('button.delete') }}
</button>
</div><!-- /.box-footer -->
</div><!-- /.box -->
</form>