On Thu, May 13, 2010 at 16:15, Max Williams <[email protected]> wrote:
> Can anyone see why this is failing?  It's probably something dumb on my
> part but i'm stumped :/
>
> ActionView::TemplateError (interpolation argument :date_string missing
> in "Created on {{:date_string}} at {{:time_string}}") on line #51 of
> app/views/quizzes/edit_step_0.html.haml:

>    created_on: "Created on {{:date_string}} at {{:time_string}}"

I think you need to lose the colons there, so:

created_on: "Created on {{date_string}} at {{time_string}}"

-- 
You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en.

Reply via email to