pools: remove recent pools from 'add to pool' dialog.

This commit is contained in:
evazion
2020-01-11 20:11:35 -06:00
parent abacc8ebb1
commit 1e3c97e43b
3 changed files with 0 additions and 31 deletions

View File

@@ -11,14 +11,3 @@
<%= submit_tag "Submit" %>
</div>
<% end %>
<% if recent_updated_pools.any? %>
<div>
<h1>Recent Pools</h1>
<ul id="recent-pools">
<% recent_updated_pools.each do |pool| %>
<%= content_tag :li, pool.pretty_name, "data-value" => pool.name %>
<% end %>
</ul>
</div>
<% end %>