mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Merge pull request #2602 from rhacker/patch-1
Use bind-attr the right way
This commit is contained in:
commit
54ab3de1aa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#each topics}}
|
||||
<tr class="category-topic-link" {{bind-attr class="archived"}}>
|
||||
<tr {{bind-attr class="archived :category-topic-link"}}>
|
||||
<td class='main-link'>
|
||||
<div class='topic-inset'>
|
||||
{{topic-status topic=this}}
|
||||
|
|
Loading…
Add table
Reference in a new issue