mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
handlebar templates are now .hbs instead of .html
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<ul>
|
||||
{{#each handles}}
|
||||
<li {{#if className}}class="{{className}}"{{/if}} >
|
||||
{{#if pageNumber}}
|
||||
<span class="x-page-number">{{pageNumber}} / {{lastPage}}</span>
|
||||
{{else}}
|
||||
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<span class="total-records">
|
||||
<span class="hidden-xs">Total records: {{Number state.totalRecords}}</span>
|
||||
<span class="visible-xs label label-info" title="Total records">{{Number state.totalRecords}}</span>
|
||||
</span>
|
||||
Reference in New Issue
Block a user