2014-12-20 16:56:46 +10:30
|
|
|
<div class="composer-handle"></div>
|
|
|
|
|
2015-01-07 17:25:37 +10:30
|
|
|
<div class="composer-controls">
|
|
|
|
<a href="#" {{action "fullScreen"}}>{{fa-icon "fa-expand"}}</a>
|
|
|
|
<a href="#" {{action "hide"}}>{{fa-icon "fa-caret-square-o-down"}}</a>
|
|
|
|
<a href="#" {{action "close"}}>{{fa-icon "fa-times"}}</a>
|
|
|
|
</div>
|
2014-12-20 16:56:46 +10:30
|
|
|
|
2015-01-07 17:25:37 +10:30
|
|
|
{{user-avatar user}}
|
|
|
|
|
|
|
|
<div class="composer-body">
|
2014-12-20 16:56:46 +10:30
|
|
|
|
|
|
|
<h3>{{{title}}}</h3>
|
|
|
|
|
|
|
|
<div class="composer-editor">
|
2015-01-03 21:51:47 +10:30
|
|
|
{{ui/controls/text-editor placeholder=""}}
|
2014-12-20 16:56:46 +10:30
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|