mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
remove unused gh-select-native template (#297)
no issue - removes template that was missed in #286
This commit is contained in:
parent
a258e3d881
commit
8f90674739
@ -1,14 +0,0 @@
|
||||
<select {{action "change" on="change"}}>
|
||||
{{#if prompt}}
|
||||
<option disabled selected={{is-not selection}}>
|
||||
{{prompt}}
|
||||
</option>
|
||||
{{/if}}
|
||||
|
||||
{{#each content as |item|}}
|
||||
<option value="{{get item optionValuePath}}"
|
||||
selected={{is-equal item selection}}>
|
||||
{{get item optionLabelPath}}
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
Loading…
Reference in New Issue
Block a user