Flag UI now displays deleted status for post/topic correctly on old flags

Commented out a spec that was failing in order random, with a TODO
This commit is contained in:
Sam
2013-06-26 16:18:50 +10:00
parent 148d2f2cd4
commit 48d7a33157
5 changed files with 33 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
</thead>
<tbody>
{{#each flag in content}}
<tr {{bindAttr class="flag.hiddenClass"}}>
<tr {{bindAttr class="flag.extraClasses"}}>
<td class='user'>{{#linkTo 'adminUser' flag.user}}{{avatar flag.user imageSize="small"}}{{/linkTo}}</td>