mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
17 lines
670 B
Handlebars
17 lines
670 B
Handlebars
{{ui-select tagName="span" class="revision-picker" content=revisions action=(action 'onSelectRevision') optionValuePath="id" optionLabelPath="label"}}
|
|
|
|
<div id="restore-history-button" class="regular-button button-green pull-right">Restore</div>
|
|
{{#dropdown-dialog target="restore-history-button" position="bottom right" button="Restore" color="flat-green" onAction=(action 'onRollback')}}
|
|
<p>Are you sure you want to roll back to this version?</p>
|
|
{{/dropdown-dialog}}
|
|
<div class="clearfix" />
|
|
<div class="margin-bottom-50" />
|
|
|
|
<div class="diff-zone">
|
|
{{#if hasDiff}}
|
|
<div class="is-a-page wysiwyg">
|
|
{{{diff}}}
|
|
</div>
|
|
{{/if}}
|
|
<div class="clearfix" />
|
|
</div>
|