mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Remove duplicate category description (#11178)
This commit removes the duplicate category description on sub categories in the category list. I believe this went unnnoticed because we are hiding these by default.
This commit is contained in:
parent
9904a007c5
commit
0f38fc42e2
@ -13,12 +13,6 @@
|
||||
{{sub-category-item category=subsubcategory hideUnread="true" listType=listType}}
|
||||
{{/each}}
|
||||
</div>
|
||||
{{else}}
|
||||
{{#if category.description_excerpt}}
|
||||
<div class="category-description subcategory-description">
|
||||
{{dir-span category.description_excerpt}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user