App.BooleanHelper = Ember.Helper.helper (params, options)-> classname = if params[0] then 'boolean-true' else 'boolean-false' "".htmlSafe()