mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Use a button for the 'visit category topic' link
This commit is contained in:
parent
7b76447e5e
commit
e2ff5a1898
@ -13,14 +13,12 @@
|
|||||||
|
|
||||||
{{#if description}}
|
{{#if description}}
|
||||||
{{description}}
|
{{description}}
|
||||||
{{#if topic_url}}
|
|
||||||
<a href="#" {{action showCategoryTopic target="view"}}>{{i18n category.change_in_category_topic}}</a>
|
|
||||||
{{/if}}
|
|
||||||
{{else}}
|
{{else}}
|
||||||
{{i18n category.no_description}}
|
{{i18n category.no_description}}
|
||||||
{{#if topic_url}}
|
{{/if}}
|
||||||
<a {{action showCategoryTopic target="view"}} href="#">{{i18n category.change_in_category_topic}}</a>
|
{{#if topic_url}}
|
||||||
{{/if}}}
|
<br/>
|
||||||
|
<button class="btn btn-small" {{action showCategoryTopic target="view"}}>{{i18n category.change_in_category_topic}}</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user