Made some small changes

This commit is contained in:
deadvey
2026-03-03 20:39:40 +00:00
parent 9be261d415
commit 3fab094545
4 changed files with 8 additions and 16 deletions

View File

@@ -15,8 +15,12 @@
</div>
<div id="post-details">
<span id="post-author">
<i><a href="/user/<%= user.username %>"><%= user.prettyname %></a></i>
<i><a href="/user/<%= user.username %>"><%= user.prettyname %></a></i>
</span>
-
<a if='edit-account-link' href="<%= config.edit_account_base_url %>/<%= user.id %>">
<img class='icon' src='/icons/edit.png' alt='<%= locale.edit_account %>' title='<%= locale.edit_account %>'>
</a>
-
<span id="post-pubdate">
<i><%= func.unix_time_to_date_format(post.pubdate) %></i><br/>