add end nav footer to topic lists by category view

This commit is contained in:
Jeff Atwood 2013-02-16 12:27:16 -08:00
parent 921c3f016f
commit 0d650972c2
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
{{/if}} {{/if}}
{{outlet listView}} {{outlet listView}}
<h3>No more topics in this category. <a href="/categories">Browse all categories</a> or <a href="/">view popular topics</a></h3>
</div> </div>
</div> </div>