mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
3b5c7f634b
- remove `bind-attr` all over the place
5 lines
264 B
Handlebars
5 lines
264 B
Handlebars
<input data-url="upload" class="btn btn-green" type="file" name="importfile" accept="{{options.acceptEncoding}}">
|
|
<button type="submit" class="btn btn-blue" id="startupload" disabled={{uploadButtonDisabled}} {{action "upload"}}>
|
|
{{uploadButtonText}}
|
|
</button>
|