mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 07:34:29 +08:00
FIX: adds missing class for last visit separator (#14965)
This commit is contained in:
parent
ae16b0a9d4
commit
49f09345c7
@ -1,6 +1,6 @@
|
|||||||
{{#if view.isLastVisited}}
|
{{#if view.isLastVisited}}
|
||||||
<tr class='topic-list-item-separator'>
|
<tr class='topic-list-item-separator'>
|
||||||
<td colspan="6">
|
<td class='topic-list-data' colspan="6">
|
||||||
<span>
|
<span>
|
||||||
{{i18n 'topics.new_messages_marker'}}
|
{{i18n 'topics.new_messages_marker'}}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user