mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: consistent archived style in the Top page mobile template
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user