mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Add share icon to Share button
This commit is contained in:
parent
cc6c371328
commit
42cc3f02ff
1 changed files with 3 additions and 3 deletions
|
@ -36,13 +36,13 @@
|
|||
</div>
|
||||
<div style="display: flex; gap: 4px;">
|
||||
<button class="gh-post-list-cta edit">
|
||||
{{svg-jar "reload" title=""}}<span>Refresh</span>
|
||||
{{svg-jar "reload" title="Refresh post analytics"}}<span>Refresh</span>
|
||||
</button>
|
||||
<button class="gh-post-list-cta edit" {{on "click" this.togglePublishFlowModal}}>
|
||||
{{svg-jar "pen" title=""}}<span>Share</span>
|
||||
{{svg-jar "share" title="Share post"}}<span>Share</span>
|
||||
</button>
|
||||
<LinkTo @route="lexical-editor.edit" @models={{array this.post.displayName this.post.id}} class="gh-post-list-cta edit" title="">
|
||||
{{svg-jar "pen" title=""}}<span>Edit post</span>
|
||||
{{svg-jar "pen" title="Edit post"}}<span>Edit post</span>
|
||||
</LinkTo>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue