editing user redirects to user's page and began to implment ATOM
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<a href="<%= config.rss_url %>">RSS Feed</a><br/>
|
||||
<a href="<%= config.new_post_url %>">New post</a><br/>
|
||||
<a href="<%= config.signup_url %>">Sign Up</a><br/>
|
||||
<a href="<%= config.delete_account_url %>">Delete Account</a><br/>
|
||||
<% if (config.enable_hitcount == true) { %>
|
||||
Hitcount: <%= hitcount %>
|
||||
<% } %>
|
||||
|
@@ -2,4 +2,5 @@
|
||||
<%= user.prettyname %>'s posts
|
||||
</h1>
|
||||
<p><%- converter.makeHtml(user.description) %></p>
|
||||
<a href="<%= config.edit_account_base_url %>/<%= userID %>">edit account</a>
|
||||
<%- config.seperator %>
|
||||
|
Reference in New Issue
Block a user