Fix hannah bug.

master
Manager Bot 3 years ago
parent 3e8aa53fe1
commit 4526d1232f
  1. 3
      Web/templates/dashboard/blog_media.html.ep

@ -30,7 +30,8 @@
<td><img width="250px" src="<%= $media_file->{url} %>"></img></td> <td><img width="250px" src="<%= $media_file->{url} %>"></img></td>
<td><%= $media_file->{markdown} %></td> <td><%= $media_file->{markdown} %></td>
<td> <td>
<form style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_dashboard_blog_media_remove', { file => $media_file->{filename} } ) %>"> <form style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_dashboard_blog_media_remove' ) %>">
<input type="hidden" name="file" value="<%= $media_file->{filename} %>">
<input type="hidden" name="setting" value="webroot"> <input type="hidden" name="setting" value="webroot">
<button type="submit" class="btn btn-sm btn-danger float-end">Delete Media File</button> <button type="submit" class="btn btn-sm btn-danger float-end">Delete Media File</button>
</form> </form>

Loading…
Cancel
Save