This commit is contained in:
Stijn Seghers 2016-02-18 19:53:43 +01:00
parent d2df3d2517
commit 61afbfa771

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'