mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
bee58922b2
issue #2271 - should allow development of new admin UI whilst still having access to the old ui
4 lines
327 B
Handlebars
4 lines
327 B
Handlebars
<section class="js-drop-zone">
|
|
<img class="js-upload-target" src="{{options.src}}"{{#unless options.src}} style="display: none"{{/unless}} alt="logo">
|
|
<input data-url="upload" class="js-fileupload main" type="file" name="uploadimage" {{#if options.acceptEncoding}}accept="{{options.acceptEncoding}}"{{/if}}>
|
|
</section>
|