mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
remove posts column from /categories
This commit is contained in:
parent
5b1785157d
commit
5f0b8e3d93
1 changed files with 0 additions and 14 deletions
|
@ -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 a new issue