Created
May 12, 2014 21:08
-
-
Save goldnuggets24/d526fd8436e46eaf607b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- @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