Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(templates): Only show pagination if it exists
  • Loading branch information
oswaldoacauan committed Nov 26, 2013
1 parent e32e4f4 commit 4c77753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.hbs
Expand Up @@ -21,7 +21,9 @@
{{/foreach}}
</section>

{{pagination}}
{{#if pagination}}
{{pagination}}
{{/if}}

{{> footer this}}
</div>
Expand Down

0 comments on commit 4c77753

Please sign in to comment.