rename date to unboundDate because it is unbound.

This commit is contained in:
Robin Ward
2014-01-17 15:23:51 -05:00
parent bc2993b458
commit 6131829df0
9 changed files with 17 additions and 16 deletions
@@ -12,7 +12,7 @@
{{#if model.length}}
{{#groupedEach model}}
<tr>
<td>{{date created_at}}</td>
<td>{{unboundDate created_at}}</td>
<td>
{{#if user}}
{{#link-to 'adminUser' user}}{{avatar user imageSize="tiny"}}{{/link-to}}
@@ -39,7 +39,7 @@
{{#link-to 'adminUser' this.user}}{{avatar this.user imageSize="small"}} {{/link-to}}
</td>
<td>
{{date this.flaggedAt}}
{{unboundDate this.flaggedAt}}
</td>
<td>
{{this.flagType}}