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

View File

@ -16,7 +16,6 @@
<th>#</th> <th>#</th>
<th>URL</th> <th>URL</th>
<th>Target</th> <th>Target</th>
<th>Actions</th>
</tr> </tr>
</thead> </thead>
@ -31,11 +30,6 @@
</div> </div>
</td> </td>
<td>{{ url.target_url }}</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> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>