Fix spacing in assets table delete button
This commit is contained in:
parent
3664286506
commit
16f9da05e5
@ -32,7 +32,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td>
|
<td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td>
|
||||||
<td>
|
<td>
|
||||||
<form action="{{ BlogURL "assets/" }}{{ . }}?method=delete" method="POST">
|
<form
|
||||||
|
action="{{ BlogURL "assets/" }}{{ . }}?method=delete"
|
||||||
|
method="POST"
|
||||||
|
style="margin-bottom: 0;"
|
||||||
|
>
|
||||||
{{ $csrfFormInput }}
|
{{ $csrfFormInput }}
|
||||||
<input type="submit" value="Delete" />
|
<input type="submit" value="Delete" />
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user