Skip to content

Commit

Permalink
💬 Replace EUR with €
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Oct 20, 2023
1 parent d197108 commit 4149811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_revision

def show_amount(price)
return 'n/a' if price.blank?
sprintf('%.2f EUR', price)
sprintf('%.2f ', price)
end

def link_to_drink_if_exists(drink)
Expand Down

0 comments on commit 4149811

Please sign in to comment.