FIX: Deprecation warning on bindAttr

This commit is contained in:
Robin Ward 2014-01-21 11:06:18 -05:00
parent 0a8432645d
commit 564a7e505e

View File

@ -61,7 +61,7 @@
</td>
{{else}}
<td class='num activity'>
<a href="{{url}}" {{{bindAttr class=":age ageCold"}}} title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
<a href="{{url}}" {{{bind-attr class=":age ageCold"}}} title='{{i18n first_post}}: {{{rawDate created_at}}}'>{{unboundAge created_at}}</a>
</td>
<td class='activity'></td>
{{/if}}