mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
3b5c7f634b
- remove `bind-attr` all over the place
6 lines
142 B
Handlebars
6 lines
142 B
Handlebars
<select id="{{selectId}}" name="{{selectName}}">
|
|
{{#each role in roles}}
|
|
<option value={{role.id}}>{{role.name}}</option>
|
|
{{/each}}
|
|
</select>
|