mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
removing js refrences from index.html
This commit is contained in:
parent
1f62194ab8
commit
aed7b95245
13 changed files with 335 additions and 300 deletions
11
UI/Shared/Grid/PagerTemplate.html
Normal file
11
UI/Shared/Grid/PagerTemplate.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue