Broken end of day commit

This commit is contained in:
2014-08-06 18:46:36 +02:00
parent 1d4fdc42d9
commit e61767fe78
11 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ module ApplicationHelper
end
def application_title
'Qwaiter'
'mozo.bar'
end
# Helper for displaying HTML currency values
@@ -62,7 +62,7 @@ module ApplicationHelper
prefix = '€ '
return (prefix + ("%.2f" % amount)).html_safe
# Rails native is ambiguous since is uses translation hashes
# Rails native is ambiguous since is uses translation hashes
options = {:unit => '€'}.merge(opts)
number_to_currency(amount, options)
end