mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Improve display of component comments, card notes
This commit is contained in:
@@ -96,9 +96,9 @@
|
||||
<p><a ng-href="{{url.value}}" target="_new">{{url.value}}</a></p>
|
||||
</md-list-item>
|
||||
<!-- comment -->
|
||||
<md-list-item ng-show="editor.component.comment">
|
||||
<md-list-item ng-show="::editor.component.comment">
|
||||
<md-icon>mode_comment</md-icon>
|
||||
<p>{{::editor.component.comment}}</p>
|
||||
<p ng-bind-html="::editor.component.comment | txt2html"></p>
|
||||
</md-list-item>
|
||||
<!-- repeat -->
|
||||
<md-list-item ng-show="editor.component.$isRecurrent">
|
||||
|
||||
Reference in New Issue
Block a user