6 lines
182 B
CoffeeScript
6 lines
182 B
CoffeeScript
Ember.Handlebars.registerHelper 'can', (operation, resource, options)->
|
|
if operation is 'manage' and @get('current_employee.manager')
|
|
options.fn @
|
|
else
|
|
options.inverse @
|