fixed some button paths
This commit is contained in:
@@ -23,7 +23,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