This commit is contained in:
r888888888
2015-02-20 20:04:23 -08:00
parent b93cda01b8
commit f12fb40e3e
9 changed files with 37 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<% if @results.any? %>
<h3>Similar</h3>
<% @results.each do |match| %>
<%= PostPresenter.preview(Post.find(match.post_id), :tags => "status:any") %>
<%= PostPresenter.preview(Post.find(match.post_id), :tags => "status:any", :size => true) %>
<% end %>
<% else %>
<h3>Similar</h3>