diff --git a/app/views/pool_elements/new.html.erb b/app/views/pool_elements/new.html.erb
index 42177cdc8..0a3b5c92f 100644
--- a/app/views/pool_elements/new.html.erb
+++ b/app/views/pool_elements/new.html.erb
@@ -4,15 +4,17 @@
<%= hidden_field_tag "post_id", @post.id %>
<%= text_field_tag "pool_name", "", :size => 20 %>
<%= submit_tag "Select" %>
- <% end %>
+ <% end %>
-
-
Recent Pools
-
- <% recent_updated_pools.each do |pool| %>
- - <%= pool.name %>
- <% end %>
-
-
+ <% if recent_updated_pools.any? %>
+
+
Recent Pools
+
+ <% recent_updated_pools.each do |pool| %>
+ - <%= pool.name %>
+ <% end %>
+
+
+ <% end %>
diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb
index 4216ce392..9b99f22ca 100644
--- a/app/views/posts/partials/show/_options.html.erb
+++ b/app/views/posts/partials/show/_options.html.erb
@@ -1,8 +1,8 @@