improve behavior of draft discard button, plus clearer text

This commit is contained in:
2018-08-11 22:35:13 +02:00
parent 074cda7fe4
commit 0d938ec8af
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ if (!isset($tab) || $tab == '') $tab = 'edit-rows';
</h1>
<a href="{{$table->draftDiscardRoute}}" class="btn btn-outline-danger mr-2 py-1 btn-sm">
@icon(fa-trash-o fa-pr, sr:Discard){{--
--}}Discard
--}}Clear Changes
</a>
<a href="{{ $table->viewRoute }}" class="btn btn-outline-primary py-1 btn-sm" @tooltip(Back to Table)>
@icon(fa-reply, sr:Back to Table)