Skip to content

Instantly share code, notes, and snippets.

@goldnuggets24
Created May 12, 2014 21:08
Show Gist options
  • Save goldnuggets24/d526fd8436e46eaf607b to your computer and use it in GitHub Desktop.
Save goldnuggets24/d526fd8436e46eaf607b to your computer and use it in GitHub Desktop.
- @email.organizations.each_with_index do |organization, i|
- if i%5+1 == col
%tr
= render :partial => 'admin/emails/banner', :locals => {:organization => organization, :i => i%5+1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment