Replaced account balance by available funds on start page.

* Closes #206

Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
sandoz 2009-04-07 02:09:52 +08:00 committed by bennibu
parent e3f9df0a0c
commit 00696c0e64

View file

@ -47,8 +47,8 @@
%p
%b= @ordergroup.name
|
Kontostand:
= number_to_currency(@ordergroup.account_balance)
Verfügbares Guthaben:
= number_to_currency(@ordergroup.get_available_funds())
%span{:style => "color:grey"}
(zuletzt aktualisiert vor
= distance_of_time_in_words(Time.now, @ordergroup.account_updated) + "(n))"