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…
Reference in New Issue