augustl (owner)

Fork Of

gist: 142881 by anonymous

Revisions

gist: 142884 Download_button fork
public
Public Clone URL: git://gist.github.com/142884.git
Embed All Files: show embed
a_view.html.erb #
1
2
<%= render :partial => "entry_big", :object => @entries.first %>
<%= render :partial => "entry_small", :collection => @entries[1..-1] %>