0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Commented out inlined beta feedback form on Published post page

no refs
This commit is contained in:
Djordje Vlaisavljevic 2023-05-15 10:35:00 +01:00
parent 5ae2425fb6
commit 6812e026b0

View file

@ -96,12 +96,14 @@
</button> </button>
</p> </p>
{{else}} {{else}}
<div class="gh-feedback-grey"> {{!-- Inlined beta feedback form --}}
{{#if (feature 'lexicalEditor')}}
{{!-- <div class="gh-feedback-grey">
<h4 class="gh-feedback-grey-title">Hey, noticed anything different?</h4> <h4 class="gh-feedback-grey-title">Hey, noticed anything different?</h4>
<p>This post was successfully published using our new editor. Have any issues? Feedback? Let us know!</p> <p>This post was successfully published using our new editor. Have any issues? Feedback? Let us know!</p>
<form> <form>
<GhFormGroup> <GhFormGroup>
{{!-- <label for="feedback-lexical">Feedback</label> --}} <label for="feedback-lexical">Feedback</label>
<GhTextarea <GhTextarea
@id="feedback-lexical" @id="feedback-lexical"
@name="feedback-lexical" @name="feedback-lexical"
@ -117,7 +119,8 @@
@class="gh-btn gh-btn-black gh-btn-icon" @class="gh-btn gh-btn-black gh-btn-icon"
data-test-button="submit-lexical-feedback" data-test-button="submit-lexical-feedback"
/> />
</div> </div> --}}
{{/if}}
<p class="gh-publish-confirmation gh-publish-confirmation-with-feedback"> <p class="gh-publish-confirmation gh-publish-confirmation-with-feedback">
<button <button
type="button" type="button"
@ -127,7 +130,8 @@
> >
<span>Back to editor</span> <span>Back to editor</span>
</button> </button>
{{!-- {{#if (feature 'lexicalEditor')}} {{!-- Trigger beta feedback modal --}}
{{#if (feature 'lexicalEditor')}}
<button <button
type="button" type="button"
class="gh-publish-confirmation-feedback" class="gh-publish-confirmation-feedback"
@ -136,7 +140,7 @@
> >
<span>Beta feedback?</span> <span>Beta feedback?</span>
</button> </button>
{{/if}} --}} {{/if}}
</p> </p>
{{/if}} {{/if}}
{{/if}} {{/if}}