yoqw/web/cms/app/templates/sound/create.hbs
Shaun Chyxion 264af78bbd add sound
2020-08-16 15:44:47 +08:00

14 lines
344 B
Handlebars

{{#form-content}}
<hr />
{{form-input type='file'
before-file-change=(route-action 'fileChanged')
before-file-remove=(route-action 'fileRemoved')
name='file'
label='文件'}}
{{form-input name='note' label='备注'}}
<hr />
{{form-footer-buttons type='create'}}
{{/form-content}}
{{outlet}}