blob: fce11ff83fd06ae67bd4b777a9a6b7872a777363 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{if $no_messages}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h3>{{$no_messages_label.0}}</h3>
<br>
{{$no_messages_label.1}}
</div>
{{/if}}
<div id="jot-popup">
{{$editor}}
</div>
|