From 2a70035a19ea716f62bf934cfe86db9b714c2539 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sun, 17 Nov 2019 19:23:42 -0500 Subject: [PATCH] fix format arguments --- .../templates/commission/_directory_results.html.slime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena_web/templates/commission/_directory_results.html.slime b/lib/philomena_web/templates/commission/_directory_results.html.slime index a4b31a28..e200d0bc 100644 --- a/lib/philomena_web/templates/commission/_directory_results.html.slime +++ b/lib/philomena_web/templates/commission/_directory_results.html.slime @@ -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: