mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
handlebar templates are now .hbs instead of .html
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<select class="x-page-select">
|
||||
{{#each pages}}
|
||||
{{#if current}}
|
||||
<option value="{{page}}" selected="selected">{{page}}</option>
|
||||
{{else}}
|
||||
<option value="{{page}}">{{page}}</option>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</select>
|
||||
Reference in New Issue
Block a user