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}}
|
{{#if topics}}
|
||||||
<table id="topic-list">
|
<table id="topic-list">
|
||||||
{{#groupedEach topic in topics}}
|
{{#groupedEach topic in topics}}
|
||||||
<tr>
|
<tr {{bindAttr class="archived"}}>
|
||||||
<td>
|
<td>
|
||||||
<div class='main-link clearfix'>
|
<div class='main-link clearfix'>
|
||||||
{{topicStatus topic=this}}
|
{{topicStatus topic=this}}
|
||||||
|
|
Loading…
Reference in New Issue