workflow releasing datasets
This commit is contained in:
parent
ec127b9457
commit
de80de9d88
18 changed files with 355 additions and 107 deletions
|
@ -53,8 +53,9 @@
|
|||
<td>{{ $person->documents->count() }}</td>
|
||||
<td>
|
||||
<a class="edit" href="{{ route('settings.person.edit', $person->id) }}"><span> </span></a>
|
||||
<a class="delete" href="{{ route('settings.person.delete', $person->id) }}"><span> </span></a>
|
||||
@if($person->documents->count() == 0)
|
||||
<a class="delete" href="{{ route('settings.person.delete', $person->id) }}"><span> </span></a>
|
||||
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue