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