Remove unused "copy-html" modal component

This commit is contained in:
Kevin Ansfield 2018-01-10 12:40:07 +00:00
parent a85f5fae35
commit 7b4d1af3c8
2 changed files with 0 additions and 14 deletions

View File

@ -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')
});

View File

@ -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>