7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
<% if @download.matches %>
|
|
<h3>Similar</h3>
|
|
<% @download.matches.each do |match| %>
|
|
<%= PostPresenter.preview(Post.find(match.post_id)) %>
|
|
<% end %>
|
|
<% end %>
|