Skip to content

Instantly share code, notes, and snippets.

@augustl
Forked from anonymous/gist:142881
Created July 8, 2009 14:36
Show Gist options
  • Save augustl/142884 to your computer and use it in GitHub Desktop.
Save augustl/142884 to your computer and use it in GitHub Desktop.
<%= render :partial => "entry_big", :object => @entries.first %>
<%= render :partial => "entry_small", :collection => @entries[1..-1] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment