remove posts column from /categories

This commit is contained in:
Jeff Atwood 2014-08-20 13:43:00 -07:00
parent 5b1785157d
commit 5f0b8e3d93
1 changed files with 0 additions and 14 deletions

View File

@ -82,20 +82,6 @@
</tbody>
</table>
</td>
{{#if controller.showPostsColumn}}
<td class='stats' {{bind-attr title="postStatsTitle"}}>
<table class="categoryStats">
<tbody>
{{#each postCountStats}}
<tr>
<td class="value">{{value}}</td>
<td class="unit"> / {{unit}}</td>
</tr>
{{/each}}
</tbody>
</table>
</td>
{{/if}}
</tr>
{{/each}}
</tbody>