Updated the gems, add missing migration for the stats controller, fix most obvious issues with stats
This commit is contained in:
parent
52d1785a7c
commit
8aeeabebab
7 changed files with 124 additions and 101 deletions
|
|
@ -1,6 +1,9 @@
|
|||
.row-fluid
|
||||
.span4
|
||||
%h4{:style => "text-indent: 25px"}= "Registrations - Attendees (#{(@attendees.to_f / @registered * 100).round}%)"
|
||||
- if @attendees > 0
|
||||
%h4{:style => "text-indent: 25px"}= "Registrations - Attendees (#{(@attendees.to_f / @registered * 100).round }%)"
|
||||
- else
|
||||
%h4{:style => "text-indent: 25px"}= "Registrations - Attendees"
|
||||
.row-fluid
|
||||
.span12#registrations_attendees
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue