osem-fcy/app/views/admin/stats/_tickets.html.haml

29 lines
798 B
Text
Raw Normal View History

2013-07-13 09:57:13 +03:00
.row-fluid
.span12
%h3
Non-free Tickets (#{@tickets})
2013-07-13 09:57:13 +03:00
.row-fluid
.span5
- if @supporter_levels.count > 0
%table.table.table-bordered.table-striped
%thead
%th Support Level
%th #
%th %
- @supporter_levels.each do |level|
- reg_count = level.supporter_registrations.count
- if reg_count > 0
2013-07-13 09:57:13 +03:00
%tr
%td= level.title
%td
= reg_count
2013-07-13 09:57:13 +03:00
%td
- if @registered and @registered > 0
= "#{reg_count * 100 / @registered}% of registered"
2013-07-13 09:57:13 +03:00
- if @attendees and @attendees > 0
%br
= "#{reg_count * 100 / @attendees}% of attendees"
2013-07-13 09:57:13 +03:00
- else
%p
No tickets sold yet