move recommended tab to second position

This commit is contained in:
r888888888
2018-07-21 12:09:16 -07:00
parent 9cfb629891
commit 93c074c15b
3 changed files with 6 additions and 10 deletions

View File

@@ -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 %>