timeline, userpage and tag page have an edit post option.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<%= post.title %>
|
<%= post.title %>
|
||||||
</h3>
|
</h3>
|
||||||
<%- func.render_md(post.content) %><br/>
|
<%- func.render_md(post.content) %><br/>
|
||||||
|
<a href="<%= config.edit_post_base_url %>/<%= postID %>"><%= locale.edit_post %></a><br/>
|
||||||
<a href="/post/<%- postID %>"><%= locale.permalink %></a><br/>
|
<a href="/post/<%- postID %>"><%= locale.permalink %></a><br/>
|
||||||
<%- func.hyperlink_tags(post.tags) %>
|
<%- func.hyperlink_tags(post.tags) %>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
<%= post.title %>
|
<%= post.title %>
|
||||||
</h3>
|
</h3>
|
||||||
<%- func.render_md(post.content) %><br/>
|
<%- func.render_md(post.content) %><br/>
|
||||||
|
<a href="<%= config.edit_post_base_url %>/<%= postID %>"><%= locale.edit_post %></a><br/>
|
||||||
<a href="/post/<%- index %>"><%= locale.permalink %></a><br/>
|
<a href="/post/<%- index %>"><%= locale.permalink %></a><br/>
|
||||||
<i>
|
<i>
|
||||||
<%= locale.written_by %> <a href="/user/<%= user.username %>"><%= user.username %></a><br/>
|
<%= locale.written_by %> <a href="/user/<%= user.username %>"><%= user.username %></a><br/>
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
<%= post.title %>
|
<%= post.title %>
|
||||||
</h3>
|
</h3>
|
||||||
<%- func.render_md(post.content) %><br/>
|
<%- func.render_md(post.content) %><br/>
|
||||||
|
<a href="<%= config.edit_post_base_url %>/<%= postID %>"><%= locale.edit_post %></a><br/>
|
||||||
<a href="/post/<%- index %>"><%= locale.permalink %></a><br/>
|
<a href="/post/<%- index %>"><%= locale.permalink %></a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user