add revision reverting option
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{{--
|
||||
args: $table
|
||||
--}}
|
||||
@php
|
||||
/** @var \App\Models\Table $table */
|
||||
@endphp
|
||||
|
||||
<div class="row">
|
||||
{{-- Description field --}}
|
||||
@@ -68,7 +71,7 @@
|
||||
<th class="text-right pr-2">Revisions</th>
|
||||
<td>
|
||||
{{ $table->revisions_count }}
|
||||
<span class="text-muted ml-1">(<a class="link-no-color" href="{{ $table->revisionsRoute }}">see changes</a>)</span>
|
||||
<span class="text-muted ml-1">(<a class="link-no-color" href="{{ $table->actionRoute('revisions') }}">see changes</a>)</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user