remove the "view all {number}.." from mobile cat

This commit is contained in:
Jeff Atwood 2014-08-20 13:51:04 -07:00
parent b2232b4dcf
commit 21b18b1253
2 changed files with 0 additions and 4 deletions

View File

@ -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}}

View File

@ -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"