mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 01:45:43 +08:00
BUGFIX: consistent archived style in the Top page mobile template
This commit is contained in:
parent
c6ed4b2095
commit
0b5265de17
@ -2,7 +2,7 @@
|
||||
{{#if topics}}
|
||||
<table id="topic-list">
|
||||
{{#groupedEach topic in topics}}
|
||||
<tr>
|
||||
<tr {{bindAttr class="archived"}}>
|
||||
<td>
|
||||
<div class='main-link clearfix'>
|
||||
{{topicStatus topic=this}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user