tiny fix
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
/
|
/
|
||||||
<a id='new-post-link' href="<%= config.new_post_url %>"><%= locale.new_post %></a>
|
<a id='new-post-link' href="<%= config.new_post_url %>"><%= locale.new_post %></a>
|
||||||
|
/
|
||||||
<% if (config.allow_signup == true) { %>
|
<% if (config.allow_signup == true) { %>
|
||||||
<a id='signup-link' href="<%= config.signup_url %>"><%= locale.sign_up %></a>
|
<a id='signup-link' href="<%= config.signup_url %>"><%= locale.sign_up %></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
Reference in New Issue
Block a user