Skip to content
Snippets Groups Projects
Commit 4cce450d authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-4166: adding template for uw content moderation block

parent 89132823
No related branches found
No related tags found
1 merge request!4Feature/istwcms 4166 publish unpublish
{{ attach_library('uw_custom_blocks/uw_content_moderation') }}
<div class="uw-content-moderation">
<div class="uw-content-moderation__wrapper">
Revision State: <i> {% if mods.status %} Published {% else %} Unpublished {% endif %} </i><br />
Most recent version <i>{{ mods.latest }}</i><br />
Actions: <a href="#">{% if mods.status %}Unpublish {% else %}Publish {% endif %} this content</a>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment