removing js refrences from index.html

This commit is contained in:
Keivan Beigi 2013-06-13 17:41:46 -07:00
commit aed7b95245
13 changed files with 335 additions and 300 deletions

View file

@ -0,0 +1,11 @@
<ul>
{{#each handles}}
<li {{#if className}}class="{{className}}"{{/if}}>
{{#if pageNumber}}
<span>{{label}}</span>
{{else}}
<i class="pager-btn clickable {{label}}" data-action="{{action}}"></i>
{{/if}}
</li>
{{/each}}
</ul>