mirror of
https://github.com/discourse/discourse.git
synced 2025-05-17 15:51:03 +08:00
FIX: topics with no replies should show coldness in activity column
This commit is contained in:
parent
a0d9821b37
commit
daa5d023d6
@ -61,7 +61,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{{else}}
|
{{else}}
|
||||||
<td class='num activity'>
|
<td class='num activity'>
|
||||||
<a href="{{url}}" class='age' title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
|
<a href="{{url}}" {{{bindAttr class=":age ageCold"}}} title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class='activity'></td>
|
<td class='activity'></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user