mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 07:51:55 +03:00
6 lines
136 B
Handlebars
6 lines
136 B
Handlebars
|
<select {{bind-attr id=selectId name=selectName}}>
|
||
|
{{#each roles}}
|
||
|
<option {{bind-attr value=id}}>{{name}}</option>
|
||
|
{{/each}}
|
||
|
</select>
|