mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix format arguments
This commit is contained in:
parent
cf999507ec
commit
2a70035a19
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ elixir:
|
|||
|
||||
p
|
||||
strong> Price Range:
|
||||
= :io_lib.format("$~.2f - $~.2f USD", [min || 0.0, max || 0.0])
|
||||
= :io_lib.format("$~.2f - $~.2f USD", [min.base_price || 0.0, max.base_price || 0.0])
|
||||
|
||||
p
|
||||
strong> Categories:
|
||||
|
|
Loading…
Reference in a new issue