Made some small changes
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user