Wolfgang Huß 558e964c83
feat(webapp): add reason and call to action on post view page if commenting is disabled (#8958)
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-10-10 19:21:07 +02:00

20 lines
709 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CtaJoinLeaveGroup.vue mount renders 1`] = `
<div class="ds-space ds-space-centered" style="margin-top: 2px; margin-bottom: 2px;">
<div class="ds-space" style="margin-bottom: 16px;"></div>
<h4 class="ds-heading ds-heading-h4">
contribution.comment.commenting-disabled.no-group-member.reason
<a>
Group 123
</a>
</h4>
<p class="ds-text">
contribution.comment.commenting-disabled.no-group-member.call-to-action
</p> <button type="button" class="join-leave-button base-button --filled has-tooltip" data-original-title="null"><span class="base-icon"><!----></span>
<!---->
group.joinLeaveButton.join
</button>
</div>
`;