diff --git a/app/assets/javascripts/discourse/templates/modal/edit-category-general.hbs b/app/assets/javascripts/discourse/templates/modal/edit-category-general.hbs index 2722479ed..0ce793b70 100644 --- a/app/assets/javascripts/discourse/templates/modal/edit-category-general.hbs +++ b/app/assets/javascripts/discourse/templates/modal/edit-category-general.hbs @@ -27,15 +27,14 @@ {{#if showDescription}}
- {{#if description}} - {{description}} + {{{description}}} {{else}} {{i18n 'category.no_description'}} {{/if}} {{#if topic_url}}
- + {{d-button class="btn-small" action="showCategoryTopic" icon="pencil" label="category.change_in_category_topic"}} {{/if}}
{{/if}}