leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

Slimbars and hb helper #133

Closed kmx411 closed 8 years ago

kmx411 commented 8 years ago

I can't seem to use a variable passed into my HandlebarsTemplate in a slim rails block.

h1 = User.find({{id}}.first_name

where id is passed to HandlebarsTemplates

I think it's because there's not hb helper for slim. Is there another way to do this?

kmx411 commented 8 years ago

Sorry my bad, clearly need to make another Ajax request first