mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
I missed one td that needs the activity class
This commit is contained in:
parent
21efbc7d92
commit
66c18a0bec
@ -72,5 +72,5 @@
|
|||||||
<td class='num activity'>
|
<td class='num activity'>
|
||||||
<a href="{{url}}" class='age' title='{{i18n first_post}}: {{{unboundDate created_at}}}'>{{unboundAge created_at}}</a>
|
<a href="{{url}}" class='age' title='{{i18n first_post}}: {{{unboundDate created_at}}}'>{{unboundAge created_at}}</a>
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td class='activity'></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user