mailtrain/views/partials/codeeditor.hbs

8 lines
302 B
Handlebars
Raw Normal View History

2017-03-02 17:52:40 +00:00
<div class="form-group">
2017-03-07 14:30:56 +00:00
<label for="template-html" class="col-sm-2 control-label">{{#translate}}Template content (HTML){{/translate}}</label>
2017-03-02 17:52:40 +00:00
<div class="col-sm-10">
<div class="code-editor" id="template-html">{{html}}</div>
<input type="hidden" name="html">
</div>
</div>