Skip to content

Instantly share code, notes, and snippets.

@timriley
Created February 12, 2009 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timriley/62887 to your computer and use it in GitHub Desktop.
Save timriley/62887 to your computer and use it in GitHub Desktop.
%table.tickets{:cellpadding => 0, :cellspacing => 0}
%thead
%tr
%th No.
%th Summary
%th Reporter
%th Assignee
%th Updated
%tbody
- reset_cycle
- group.tickets.each do |ticket|
%tr{:class => "#{ticket.out_of_bounds? ? 'out-of-bounds' : 'unassigned'} #{cycle}"}
= partial('ticket_row', :locals => {:ticket => ticket})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment