Merge pull request #2602 from rhacker/patch-1
Use bind-attr the right way
This commit is contained in:
commit
54ab3de1aa
|
@ -16,7 +16,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#each topics}}
|
{{#each topics}}
|
||||||
<tr class="category-topic-link" {{bind-attr class="archived"}}>
|
<tr {{bind-attr class="archived :category-topic-link"}}>
|
||||||
<td class='main-link'>
|
<td class='main-link'>
|
||||||
<div class='topic-inset'>
|
<div class='topic-inset'>
|
||||||
{{topic-status topic=this}}
|
{{topic-status topic=this}}
|
||||||
|
|
Loading…
Reference in New Issue