big stupid
This commit is contained in:
parent
32ffeb71cf
commit
a8f308e649
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@
|
|||
<img src='/pfp/<%= videoData.username %>.png' class='avatar-img'>
|
||||
<div>
|
||||
<b><a class='link' href="/client/user?id=<%= videoData.username %>">
|
||||
<%= videoData.username %></a></b>
|
||||
<%= videoData.username %>
|
||||
</a></b>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -31,8 +32,8 @@
|
|||
<%if (username==videoData.username) { %>
|
||||
<input class='form-input' type='submit' value="Delete">
|
||||
<% } %>
|
||||
<input name='target' hidden value="<%= id %>">
|
||||
</form>
|
||||
<input name='target' hidden value="<%= id %>">
|
||||
</div>
|
||||
<%- include('comments.ejs') -%>
|
||||
<%- include('footer.ejs') -%>
|
Loading…
Reference in a new issue