mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +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
|
p
|
||||||
strong> Price Range:
|
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
|
p
|
||||||
strong> Categories:
|
strong> Categories:
|
||||||
|
|
Loading…
Reference in a new issue