Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created September 13, 2013 01:48
Show Gist options
  • Save supermomonga/6546010 to your computer and use it in GitHub Desktop.
Save supermomonga/6546010 to your computer and use it in GitHub Desktop.
%table
- items.each_slice(3) do |sliced|
%tr
- sliced.each do |item|
%td= item ? item.title : ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment