Replaced account balance by available funds on start page.
* Closes #206 Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
parent
e3f9df0a0c
commit
00696c0e64
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
||||||
%p
|
%p
|
||||||
%b= @ordergroup.name
|
%b= @ordergroup.name
|
||||||
|
|
|
|
||||||
Kontostand:
|
Verfügbares Guthaben:
|
||||||
= number_to_currency(@ordergroup.account_balance)
|
= number_to_currency(@ordergroup.get_available_funds())
|
||||||
%span{:style => "color:grey"}
|
%span{:style => "color:grey"}
|
||||||
(zuletzt aktualisiert vor
|
(zuletzt aktualisiert vor
|
||||||
= distance_of_time_in_words(Time.now, @ordergroup.account_updated) + "(n))"
|
= distance_of_time_in_words(Time.now, @ordergroup.account_updated) + "(n))"
|
||||||
|
|
Loading…
Reference in a new issue