2023-04-17 17:25:52 +03:00
|
|
|
{{!-- template-lint-disable no-invalid-interactive --}}
|
2023-04-17 18:40:32 +03:00
|
|
|
<div class="gh-post-history">
|
|
|
|
<div class="modal-fullsettings-sidebar-labs">
|
|
|
|
<div class="modal-fullsettings-sidebar-header">
|
|
|
|
<h2 class="modal-fullsettings-heading-labs">Post history</h2>
|
2023-04-17 17:25:52 +03:00
|
|
|
<button
|
2023-04-17 18:40:32 +03:00
|
|
|
type="button" {{action "closeModal"}}
|
|
|
|
class="gh-btn-icon"
|
2023-04-17 17:25:52 +03:00
|
|
|
{{!-- disable mouseDown so it doesn't trigger focus-out validations --}}
|
|
|
|
{{on "mousedown" (optional this.noop)}}
|
|
|
|
>
|
2023-04-17 18:40:32 +03:00
|
|
|
{{svg-jar "close"}}
|
2023-04-17 17:25:52 +03:00
|
|
|
</button>
|
|
|
|
</div>
|
2023-04-18 13:12:35 +03:00
|
|
|
{{!-- {{#each this.post.post_revisions as |revision|}}
|
|
|
|
<div>{{revision.lexical}}</div>
|
|
|
|
{{/each}} --}}
|
2023-04-17 18:40:32 +03:00
|
|
|
</div>
|
|
|
|
<div class="gh-post-history-main">
|
2023-04-18 11:20:24 +03:00
|
|
|
<div>
|
|
|
|
{{{this.postDiff}}}
|
|
|
|
</div>
|
2023-04-17 17:25:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|