mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated the copy for the audience feedback in preview and email based on feedback
refs https://github.com/TryGhost/Team/issues/2171
This commit is contained in:
parent
4c6a57c8f3
commit
f1565fe92a
@ -43,7 +43,7 @@
|
||||
|
||||
{{#if (and @newsletter.feedbackEnabled (feature "audienceFeedback"))}}
|
||||
<div class="gh-members-emailpreview-feedback gh-members-emailpreview-content">
|
||||
<h4 class="gh-members-emailpreview-feedback-title">What did you think of this post?</h4>
|
||||
<h4 class="gh-members-emailpreview-feedback-title">Give feedback on this post</h4>
|
||||
|
||||
<div class="gh-members-emailpreview-feedback-buttons-group">
|
||||
<Modals::Newsletters::Components::FeedbackButton
|
||||
|
@ -31,7 +31,7 @@ const getTemplate = (accentColor) => {
|
||||
return (`
|
||||
<tr>
|
||||
<td dir="ltr" width="100%" style="background-color: #ffffff; text-align: center; padding: 40px 4px; border-bottom: 1px solid #e5eff5" align="center">
|
||||
<h3 style="text-align: center; margin-bottom: 22px; font-size: 17px; letter-spacing: -0.2px; margin-top: 0 !important;">What did you think of this post?</h3>
|
||||
<h3 style="text-align: center; margin-bottom: 22px; font-size: 17px; letter-spacing: -0.2px; margin-top: 0 !important;">Give feedback on this post</h3>
|
||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: auto !important;">
|
||||
<tr>
|
||||
${likeButtonHtml}
|
||||
|
Loading…
Reference in New Issue
Block a user