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
|
||||
%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))"
|
||||
|
|
Loading…
Reference in a new issue