Sha256: b0ca2658087901a32db945c43f4f2937c5013284110f2abd0a36a08633ba7fa7
Contents?: true
Size: 795 Bytes
Versions: 11
Compression:
Stored size: 795 Bytes
Contents
%table.standalone.table %thead %tr %th Ticket Type %th.right{:style=>'width:100px'} Tickets %th.right{:style=>'width:100px'} Gross %th.right{:style=>'width:100px'} Processing %th.right{:style=>'width:100px'} Net %tbody - statement.ticket_type_rows.each do |ticket_type, row| %tr %td =ticket_type.capitalize -if row.member_ticket .badge.badge-success Member %td.right=row.tickets %td.right %strong=number_as_cents row.gross %td.right=number_as_cents row.processing %td.right=number_as_cents row.net %tr %td.right{:colspan => 5} = icon_link_to "Slices", statement_slices_path(@show.id, 'slice[]' => 'ticket_type_proc'), 'fa-chevron-right', 'btn', ''
Version data entries
11 entries across 11 versions & 1 rubygems