Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. - @photos.in_groups_of(3) do |photo_groups|
  2. = div class=photorow
  3. # make that dl stuff a helper and call it here. pass the class as argument. whatever.
  4. # though i might argue that you could use a css selector for that.
  5. # and the fact that it's last in the div as well. might not need class=last.
  6. = </div>
Add Comment
Please, Sign In to add comment