mirror of https://github.com/gophish/gophish
Fixed HTML Previewing
parent
023d0207a8
commit
32ffe46363
|
@ -23,7 +23,7 @@
|
||||||
<textarea rows="10" class="form-control" ng-model="template.html" placeholder="HTML"></textarea>
|
<textarea rows="10" class="form-control" ng-model="template.html" placeholder="HTML"></textarea>
|
||||||
</tab>
|
</tab>
|
||||||
<tab heading="Preview">
|
<tab heading="Preview">
|
||||||
<textarea rows="10" class="form-control" ng-model="template.html" contenteditable></textarea>
|
<div ng-model="template.html" contenteditable></div>
|
||||||
</tab>
|
</tab>
|
||||||
</tabset>
|
</tabset>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue