mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
remove the "view all {number}.." from mobile cat
This commit is contained in:
parent
b2232b4dcf
commit
21b18b1253
2 changed files with 0 additions and 4 deletions
|
@ -72,9 +72,6 @@
|
||||||
<a href='#' {{action editCategory this}} class='btn btn-small'>{{i18n category.edit}}</a>
|
<a href='#' {{action editCategory this}} class='btn btn-small'>{{i18n category.edit}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if moreTopics}}
|
|
||||||
<a href='/category/{{unbound slug}}' class='btn btn-small'>{{i18n category.more_posts posts="topic_count"}}</a>
|
|
||||||
{{/if}}
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
|
@ -1226,7 +1226,6 @@ en:
|
||||||
save: 'Save Category'
|
save: 'Save Category'
|
||||||
creation_error: There has been an error during the creation of the category.
|
creation_error: There has been an error during the creation of the category.
|
||||||
save_error: There was an error saving the category.
|
save_error: There was an error saving the category.
|
||||||
more_posts: "view all {{posts}}..."
|
|
||||||
name: "Category Name"
|
name: "Category Name"
|
||||||
description: "Description"
|
description: "Description"
|
||||||
topic: "category topic"
|
topic: "category topic"
|
||||||
|
|
Loading…
Reference in a new issue