export-comment-button.html 233 Bytes
<a href='{{ctrl.exportCommentPath}}' target="_self" 
    class="btn btn-default btn-xs export-comment-button" ng-if="ctrl.isActivated()">
  <i class="fa fa-fw fa-download"></i> {{"comment-paragraph-plugin.export" | translate}}
</a>