diff --git a/app/views/pools/_secondary_links.html.erb b/app/views/pools/_secondary_links.html.erb index 2a3d7bba4..99f2f73a9 100644 --- a/app/views/pools/_secondary_links.html.erb +++ b/app/views/pools/_secondary_links.html.erb @@ -17,7 +17,9 @@ <% end %> <% end %>
  • <%= link_to "History", pool_versions_path(:search => {:pool_id => @pool.id}) %>
  • -
  • <%= link_to "Order", edit_pool_order_path(@pool) %>
  • + <% if @pool.post_count <= 100 %> +
  • <%= link_to "Order", edit_pool_order_path(@pool) %>
  • + <% end %> <% end %> <% end %>