big stupid

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 32ffeb71cf
commit a8f308e649

View file

@ -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') -%>