mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Remove unused "copy-html" modal component
This commit is contained in:
parent
a85f5fae35
commit
7b4d1af3c8
@ -1,6 +0,0 @@
|
||||
import ModalComponent from 'ghost-admin/components/modal-base';
|
||||
import {alias} from '@ember/object/computed';
|
||||
|
||||
export default ModalComponent.extend({
|
||||
generatedHtml: alias('model')
|
||||
});
|
@ -1,8 +0,0 @@
|
||||
<header class="modal-header">
|
||||
<h1>Generated HTML</h1>
|
||||
</header>
|
||||
<a class="close" href="" title="Close" {{action "closeModal"}}>{{inline-svg "close"}}<span class="hidden">Close</span></a>
|
||||
|
||||
<div class="modal-body">
|
||||
{{textarea value=generatedHtml rows="6"}}
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user