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

19 lines
739 B
Plaintext
Executable File

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CtaUnblockAuthor.vue shallowMount renders 1`] = `
<ds-space-stub marginbottom="large" margin="xxx-small" centered="true" tag="div">
<ds-space-stub marginbottom="small" tag="div"></ds-space-stub>
<ds-heading-stub tag="h4">
contribution.comment.commenting-disabled.blocked-author.reason
</ds-heading-stub>
<ds-text-stub tag="p">
contribution.comment.commenting-disabled.blocked-author.call-to-action
</ds-text-stub>
<nuxt-link to="[object Object]">
<base-button-stub filled="true" icon="arrow-right" size="regular" type="button">
contribution.comment.commenting-disabled.blocked-author.button-label
</base-button-stub>
</nuxt-link>
</ds-space-stub>
`;