mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-09-07 22:10:11 +02:00
11 lines
434 B
HTML
11 lines
434 B
HTML
<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>
|