Fixed bug in stats on a fresh installation.

This commit is contained in:
root 2009-08-04 12:32:25 +02:00
parent d9d800b41f
commit 68f8d00930

View file

@ -4,6 +4,7 @@ max_width = 600
global_avg = Ordergroup.avg_jobs_per_euro
group_avg = @ordergroup.avg_jobs_per_euro.to_f
unless global_avg == 0 or global_avg.nan?
length_of_global_bar = max_width / 2.0
length_of_group_bar = (group_avg / global_avg) * length_of_global_bar
@ -22,3 +23,4 @@ Durchschnittsengagement
<span class="description">
Abgebildet ist das Verhältnis von erledigten Aufgaben zu dem Bestellvolumen Deiner Bestellgruppe im Vergleich zum Durchschnitt in der Foodcoop.
</span>
<%- end -%>