mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
3b5c7f634b
- remove `bind-attr` all over the place
7 lines
288 B
Handlebars
7 lines
288 B
Handlebars
<span class="media">
|
|
<span class="hidden">Image Upload</span>
|
|
</span>
|
|
<img class="js-upload-target" src="{{imageSource}}" />
|
|
<div class="description">{{description}}<strong></strong></div>
|
|
<input data-url="upload" class="js-fileupload main fileupload" type="file" name="uploadimage">
|