fix comment ui bug
This commit is contained in:
parent
300bbbacbc
commit
95d2d994c2
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
<%- include('header.ejs') -%>
|
||||
<form enctype='multipart/form-data' method='POST' action='/api/form/delete_video'>
|
||||
<div class='video-wrapper'>
|
||||
<video src='/videos/<%= videoData.id %>.webm'></video>
|
||||
<div class="progressbar">
|
||||
|
@ -11,6 +10,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<form enctype='multipart/form-data' method='POST' action='/api/form/delete_video'>
|
||||
<div class='form-input'>
|
||||
<b>
|
||||
<%= videoData.title %>
|
||||
|
|
Loading…
Reference in a new issue