Minor formatting fix
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ca1886cebc
commit
c32f4e34b4
1 changed files with 6 additions and 2 deletions
|
@ -60,8 +60,12 @@
|
||||||
</div><!-- /.box-body -->
|
</div><!-- /.box-body -->
|
||||||
|
|
||||||
<div class="box-footer text-right">
|
<div class="box-footer text-right">
|
||||||
<a class="btn btn-link" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
<a class="btn btn-link" href="{{ URL::previous() }}">
|
||||||
<button type="submit" class="btn btn-success" id="submit-button"><x-icon type="checkmark" /> {{ trans('button.delete') }}</button>
|
{{ 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-footer -->
|
||||||
</div><!-- /.box -->
|
</div><!-- /.box -->
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue