2021-01-28 16:57:14 +03:00
|
|
|
<div class="modal-body modal-preview-email-content gh-pe-mobile-container h-auto overflow-auto">
|
|
|
|
<div class="gh-pe-mobile-bezel">
|
|
|
|
<div class="gh-pe-mobile-screen">
|
|
|
|
<iframe class="gh-post-preview-iframe" src={{@post.previewUrl}}></iframe>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="gh-post-preview-browser-footer">
|
2021-02-08 21:20:38 +03:00
|
|
|
<span class="mr3 nowrap fw6 f8 darkgrey">Share preview privately</span>
|
|
|
|
<div class="gh-post-preview-url-container truncate">
|
2021-01-28 16:57:14 +03:00
|
|
|
<span class="db truncate w-90">{{@post.previewUrl}}</span>
|
2021-02-08 21:20:38 +03:00
|
|
|
</div>
|
|
|
|
<button type="button" {{on "click" (perform this.copyPreviewUrl)}} class="gh-btn gh-btn-green gh-btn-icon gh-post-preview-copy-url-trigger">
|
|
|
|
<span>
|
|
|
|
{{#if this.copyPreviewUrl.isRunning}}
|
|
|
|
Copied!
|
2021-01-28 16:57:14 +03:00
|
|
|
{{else}}
|
2021-02-08 21:20:38 +03:00
|
|
|
copy
|
2021-01-28 16:57:14 +03:00
|
|
|
{{/if}}
|
2021-02-08 21:20:38 +03:00
|
|
|
</span>
|
|
|
|
</button>
|
2021-01-28 16:57:14 +03:00
|
|
|
</div>
|