mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
19 lines
734 B
Handlebars
19 lines
734 B
Handlebars
|
{{!-- template-lint-disable no-invalid-interactive --}}
|
||
|
<div class="modal-body gh-ps-modal-body modal-fullsettings modal-fullsettings-body ">
|
||
|
<div class="flex pa0 flex-grow-1 gh-post-history">
|
||
|
<div class=" modal-fullsettings-sidebar-labs">
|
||
|
<h2 class="modal-fullsettings-heading-labs">Post History</h2>
|
||
|
<button
|
||
|
class="gh-btn mr3" type="button" {{action "closeModal"}}
|
||
|
{{!-- disable mouseDown so it doesn't trigger focus-out validations --}}
|
||
|
{{on "mousedown" (optional this.noop)}}
|
||
|
>
|
||
|
<span>Exit</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div class="gh-post-history-main">
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|