Add order page for favgroups

This commit is contained in:
Toks
2015-06-30 10:02:07 -04:00
parent bb879cc4fd
commit 799b9ebe19
6 changed files with 42 additions and 4 deletions

View File

@@ -13,6 +13,9 @@
<% if @favorite_group.editable_by?(CurrentUser.user) %>
<li><%= link_to "Edit", edit_favorite_group_path(@favorite_group) %></li>
<li><%= link_to "Delete", favorite_group_path(@favorite_group), :method => :delete, :data => {:confirm => "Are you sure you want to delete this favorite group?"} %></li>
<% if @favorite_group.post_count <= 100 %>
<li><%= link_to "Order", edit_favorite_group_order_path(@favorite_group) %></li>
<% end %>
<% end %>
<% end %>
</menu>