Database reading changes should work, gotta implement same for writing and finish up testing then merge back into master
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</h1>
|
||||
</div>
|
||||
<p><%- func.render_md(user.description) %></p>
|
||||
<a if='edit-account-link' href="<%= config.edit_account_base_url %>/<%= userID %>">
|
||||
<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>
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user