Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <% hoges.each_with_index do |hoge, i| %>
  2.  
  3. <% if i % 2 == 0 %>
  4. <div class="row">
  5. <% end %>
  6. piyo
  7. <% if i % 2 == 1 %>
  8. </div>
  9. <% end %>
  10.  
  11. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement