From fe4e6cd275cab1c1443fa1e3fc0d3abc5f783980 Mon Sep 17 00:00:00 2001 From: jelhan Date: Sat, 25 Oct 2014 01:42:42 +0200 Subject: [PATCH] fix: formatedDate helper syntax --- app/templates/create/options-datetime.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/create/options-datetime.hbs b/app/templates/create/options-datetime.hbs index 18e7c2a..2d17575 100644 --- a/app/templates/create/options-datetime.hbs +++ b/app/templates/create/options-datetime.hbs @@ -9,7 +9,7 @@ {{#each datetime in datetimes}} - {{formattedDate datetime.contents.title 'll'}} + {{formattedDate datetime.contents.title}} {{#each time in datetime.contents.times}}