Add publishing sidebar to container page
This commit is contained in:
@@ -79,6 +79,15 @@ xblock_info = {
|
||||
<section class="wrapper-xblock level-page" data-locator="${xblock_locator}"/>
|
||||
</article>
|
||||
<aside class="content-supplementary" role="complimentary">
|
||||
<div class="bit-publishing">
|
||||
<h3 class="title-3">${_("Publishing Status")}</h3>
|
||||
<p class="copy">${_('This container will publish as part of the unit {unit_link}.').format(
|
||||
unit_link=u'<a href="{unit_address}">{unit_name}</a>'.format(
|
||||
unit_address=xblock_studio_url(unit),
|
||||
unit_name=unit.display_name_with_default,
|
||||
)
|
||||
)}</p>
|
||||
</div>
|
||||
<div class="bit">
|
||||
<h3 class="title-3">${_("What can I do on this page?")}</h3>
|
||||
<ul class="list-details">
|
||||
|
||||
Reference in New Issue
Block a user