mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
rename date to unboundDate because it is unbound.
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user