Ember.Handlebars.normalizePath was being called with an object as argument which caused it to error out. also wrapped the return in a SafeString, so the html will not get escaped again. |
||
|---|---|---|
| .. | ||
| application_helpers.js | ||
| grouped_each.js | ||
| i18n_helpers.js | ||
Ember.Handlebars.normalizePath was being called with an object as argument which caused it to error out. also wrapped the return in a SafeString, so the html will not get escaped again. |
||
|---|---|---|
| .. | ||
| application_helpers.js | ||
| grouped_each.js | ||
| i18n_helpers.js | ||