mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 05:24:00 +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}}
|
{{#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…
x
Reference in New Issue
Block a user