_published_article.rhtml 247 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 <% article = published_article.reference_article %> <% if article.image? %> <div> <%= link_to image_tag(article.public_filename(:thumb)), article.view_url %> </div> <% else %> <%= render :partial => 'article', :object => article %> <% end %>