1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

removing js refrences from index.html

This commit is contained in:
Keivan Beigi
2013-06-13 17:41:46 -07:00
parent 1f62194ab8
commit aed7b95245
13 changed files with 335 additions and 300 deletions
+11
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>