Remove Delete button from url manager
This commit is contained in:
parent
48cf655917
commit
babfe3271a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user