<%= render :partial => 'show_tools' %> <% unless @document.more_like_this.empty? %>
More Like This
<%= render :collection => @document.more_like_this, :partial => 'show_more_like_this', :as => :document %>
<% end %>