2014-12-20 14:26:46 +08:00
|
|
|
<div class="composer-handle"></div>
|
|
|
|
|
2015-01-07 14:55:37 +08:00
|
|
|
<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 14:26:46 +08:00
|
|
|
|
2015-01-07 14:55:37 +08:00
|
|
|
{{user-avatar user}}
|
|
|
|
|
|
|
|
<div class="composer-body">
|
2014-12-20 14:26:46 +08:00
|
|
|
|
|
|
|
<h3>{{{title}}}</h3>
|
|
|
|
|
|
|
|
<div class="composer-editor">
|
2015-01-03 19:21:47 +08:00
|
|
|
{{ui/controls/text-editor placeholder=""}}
|
2014-12-20 14:26:46 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|