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'>
|
<img src='/pfp/<%= videoData.username %>.png' class='avatar-img'>
|
||||||
<div>
|
<div>
|
||||||
<b><a class='link' href="/client/user?id=<%= videoData.username %>">
|
<b><a class='link' href="/client/user?id=<%= videoData.username %>">
|
||||||
<%= videoData.username %></a></b>
|
<%= videoData.username %>
|
||||||
|
</a></b>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,8 +32,8 @@
|
||||||
<%if (username==videoData.username) { %>
|
<%if (username==videoData.username) { %>
|
||||||
<input class='form-input' type='submit' value="Delete">
|
<input class='form-input' type='submit' value="Delete">
|
||||||
<% } %>
|
<% } %>
|
||||||
</form>
|
|
||||||
<input name='target' hidden value="<%= id %>">
|
<input name='target' hidden value="<%= id %>">
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<%- include('comments.ejs') -%>
|
<%- include('comments.ejs') -%>
|
||||||
<%- include('footer.ejs') -%>
|
<%- include('footer.ejs') -%>
|
Loading…
Reference in a new issue