mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Fixed post/page wording on "View published x on site" button
This commit is contained in:
parent
8fb0d6ebb2
commit
c6fdfab454
@ -40,7 +40,7 @@
|
||||
<button type="button" class="gh-btn gh-btn-black gh-btn-large" {{on "click" @close}}><span>Back to {{post.displayName}}</span></button>
|
||||
{{#unless post.emailOnly}}
|
||||
<div class="gh-publish-cta-secondary">
|
||||
<a href={{post.url}} class="gh-btn gh-btn-link gh-btn-large" target="_blank" rel="noopener noreferrer">View published post on site</a>
|
||||
<a href={{post.url}} class="gh-btn gh-btn-link gh-btn-large" target="_blank" rel="noopener noreferrer">View published {{post.displayName}} on site</a>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user