move recommended tab to second position
This commit is contained in:
@@ -87,12 +87,12 @@
|
||||
<% end %>
|
||||
|
||||
<menu id="post-sections">
|
||||
<li><a href="#comments">Comments</a></li>
|
||||
|
||||
<% if RecommenderService.enabled? %>
|
||||
<li><a href="#recommended">Recommended</a></li>
|
||||
<% end %>
|
||||
|
||||
<li><a href="#comments">Comments</a></li>
|
||||
|
||||
<% if CurrentUser.is_member? && @post.visible? %>
|
||||
<li><a href="#edit" id="post-edit-link">Edit</a></li>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user