Skip to content

Instantly share code, notes, and snippets.

@a-square
Created February 1, 2013 01:39
Show Gist options
  • Save a-square/4688466 to your computer and use it in GitHub Desktop.
Save a-square/4688466 to your computer and use it in GitHub Desktop.
# myproject/config/initializers/handlebars_assets.rb
HandlebarsAssets::Config.path_prefix = 'backbone/templates'
/ myproject/app/assets/javascripts/backbone/templates/current_readings/current_reading.hamlbars
/ -*- mode: haml -*-
%dt {{title}}
%dl {{value}}
/ myproject/app/assets/javascripts/backbone/templates/current_readings/index.hamlbars
/ -*- mode: haml -*-
%dl
%form.settings
%button.refresh.btn.btn-primary Обновить
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment