mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
6c131de6eb
refs https://github.com/TryGhost/Team/issues/3145 - adds image editing functionality(behind flag) using pintura integration to publication logo and cover
6 lines
218 B
Handlebars
6 lines
218 B
Handlebars
{{#if this.isEditorEnabled}}
|
|
<button type="button" class="{{if @className @className "image-action image-edit"}}" title="Edit image" {{on "click" this.handleClick}}>
|
|
{{svg-jar "pen"}}
|
|
</button>
|
|
{{/if}}
|