Fix spacing in assets table delete button

main
Brian Picciano 2 years ago
parent 3664286506
commit 16f9da05e5
  1. 6
      srv/src/api/tpl/assets.html

@ -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…
Cancel
Save