mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
@@ -85,7 +85,7 @@
|
||||
<!-- attach urls -->
|
||||
<md-list-item ng-repeat="url in ::editor.component.attachUrls">
|
||||
<md-icon>link</md-icon>
|
||||
<p><a ng-href="url.value" target="_new">{{url.value}}</a></p>
|
||||
<p><a ng-href="{{url.value}}" target="_new">{{url.value}}</a></p>
|
||||
</md-list-item>
|
||||
<!-- comment -->
|
||||
<md-list-item ng-show="editor.component.comment">
|
||||
|
||||
Reference in New Issue
Block a user