remove posts column from /categories
This commit is contained in:
parent
5b1785157d
commit
5f0b8e3d93
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue