Files
meanTorrent/modules/users/client/views/settings/change-signature.client.view.html

11 lines
434 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<section class="row margin-top-10">
<div class="col-sm-11 col-sm-offset-1">
<div>
<h4>{{'CURRENT_SIGNATURE' | translate}} <small><a href="#" translate="EDIT_SIGNATURE_LINK" ng-click="vm.beginEditSignature()"></a></small></h4>
</div>
<div id="signature" data-provide="markdown" class="signature-input"
ng-bind-html="vm.getSignatureContent()">
</div>
</div>
</section>