Merge pull request #23 from ZeusWPI/currency_symbol

EUROES
This commit is contained in:
benji 2016-02-18 19:55:51 +01:00
commit 5a8aed99ec

View file

@ -1,4 +1,4 @@
%h2= "#{@user.name} (balance: #{@user.balance/100.0})"
%h2= "#{@user.name} (balance: #{@user.balance/100.0})"
= render 'transactions/new'