see previous but more 😭
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.site_path %><%= config.edit_account_base_url %>/<%= userID %>">
|
||||
<a if='edit-account-link' href="<%= config.site_path %>/<%= config.edit_account_base_url %>/<%= userID %>">
|
||||
<img class='icon' src='<%= config.site_path %>/icons/edit.png' alt='<%= locale.edit_account %>' title='<%= locale.edit_account %>'>
|
||||
</a>
|
||||
|
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</span>
|
||||
<br/>
|
||||
<div id="post-edit">
|
||||
<a href="<%= config.site_path %><%= config.edit_post_base_url %>/<%= post["id"] %>">
|
||||
<a href="<%= config.site_path %>/<%= config.edit_post_base_url %>/<%= post["id"] %>">
|
||||
<img class='icon' src='<%= config.site_path %>/icons/edit.png' alt='<%= locale.edit_post %>' title='<%= locale.edit_post %>'>
|
||||
</a><br/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user