Remove Delete button from url manager

This commit is contained in:
Alice Gaudon 2020-07-06 11:05:34 +02:00
parent 48cf655917
commit babfe3271a
1 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@
<th>#</th>
<th>URL</th>
<th>Target</th>
<th>Actions</th>
</tr>
</thead>
@ -31,11 +30,6 @@
</div>
</td>
<td>{{ url.target_url }}</td>
<td>
<form action="{{ route('delete-file-frontend', url.slug) }}" method="post">
<button class="button danger"><i data-feather="trash"></i> Delete</button>
</form>
</td>
</tr>
{% endfor %}
</tbody>