Created
March 29, 2011 23:34
-
-
Save joshmvandercom/893567 to your computer and use it in GitHub Desktop.
In groups of
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
<div class="users"> | |
<% users.in_groups_of(10, false) do |user_group| %> | |
<div class="user-row"> | |
<% for user in user_group %> | |
your user here | |
<% end %> | |
</div> | |
<% end %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment