End of week commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Ember.Handlebars.registerBoundHelper 'state', (subject, state, options={})->
|
||||
path = "state.#{subject}.#{state}"
|
||||
new Handlebars.SafeString("<span data-t=\"#{path}\">#{t(path)}</span>")
|
||||
Reference in New Issue
Block a user