diff --git a/ghost/admin/.lint-todo b/ghost/admin/.lint-todo index 81cae4ab86..5e6e66fb1a 100644 --- a/ghost/admin/.lint-todo +++ b/ghost/admin/.lint-todo @@ -190,3 +190,7 @@ add|ember-template-lint|require-iframe-title|42|16|42|16|a3292b469dc37f2f4791e7f add|ember-template-lint|no-autofocus-attribute|21|20|21|20|942419d05c04ded6716f09faecd6b1ab55418121|1712707200000|1723075200000|1728259200000|app/components/modals/new-custom-integration.hbs add|ember-template-lint|no-invalid-interactive|2|37|2|37|e21ba31f54b631a428c28a1c9f88d0dc66f2f5fc|1712707200000|1723075200000|1728259200000|app/components/modals/search.hbs remove|ember-template-lint|no-unknown-arguments-for-builtin-components|93|93|93|93|156670ca427c49c51f0a94f862b286ccc9466d92|1712707200000|1723075200000|1728259200000|app/components/gh-nav-menu/footer.hbs +remove|ember-template-lint|no-action|20|125|20|125|ba0f8b6ba2697f1b071200d1a3dae9c34fcb2882|1712707200000|1723075200000|1728259200000|app/components/modal-post-history.hbs +remove|ember-template-lint|no-action|31|34|31|34|141d456b03124abca146e58e4ae15825fdd040bb|1712707200000|1723075200000|1728259200000|app/components/modal-post-history.hbs +remove|ember-template-lint|no-action|43|46|43|46|2f3118270fbb1ff6e5da6b0d482ccd21e69df3b5|1712707200000|1723075200000|1728259200000|app/components/modal-post-history.hbs +remove|ember-template-lint|require-valid-alt-text|12|28|12|28|bc0bb4f51567cea7289bfcb30d02932f0f57d0d9|1712707200000|1723075200000|1728259200000|app/components/modal-post-history.hbs diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index 4795ea8103..cdfca99eb7 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -1,6 +1,6 @@ {{!-- template-lint-disable no-invalid-interactive --}}
-
+
{{#if this.selectedHTML}} {{{this.selectedHTML}}} @@ -9,15 +9,23 @@
{{#if this.selectedRevision.feature_image}} - + {{this.selectedRevision.feature_image_alt}} {{/if}} {{#if this.selectedRevision.feature_image_caption}} -

{{{this.selectedRevision.feature_image_caption}}}

+

{{{this.selectedRevision.feature_image_caption}}}

{{/if}}
-
{{this.currentTitle}}
- +
{{this.currentTitle}}
+
@@ -28,7 +36,8 @@ aria-label="Close meta data panel" class="back settings-menu-header-action" data-test-button="close-psm-subview" - type="button" {{action "closeModal"}} + type="button" + {{on "click" this.closeModal}} {{on "mousedown" (optional this.noop)}} > {{svg-jar "arrow-left"}} @@ -39,19 +48,19 @@