Convert some application helpers to ES6 format.

This commit is contained in:
Robin Ward
2014-09-03 13:30:22 -04:00
parent 0b6c84e292
commit e9600d7cb1
10 changed files with 28 additions and 50 deletions
@@ -68,9 +68,9 @@
<td>{{#link-to 'adminUser' this}}{{avatar this imageSize="small"}}{{/link-to}}</td>
<td>{{#link-to 'adminUser' this}}{{unbound username}}{{/link-to}}</td>
{{#if active}}
<td>{{shorten email}}</td>
<td>{{shorten-text email}}</td>
{{else}}
<td title="{{i18n admin.users.not_verified}}">{{shorten email}}</td>
<td title="{{i18n admin.users.not_verified}}">{{shorten-text email}}</td>
{{/if}}
<td>{{{unbound last_emailed_age}}}</td>
<td>{{{unbound last_seen_age}}}</td>