mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 22:45:40 +02:00
feat(torrents): modify submit caption
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-6" style="display: table;">
|
||||
<a class="tabnav-extra" href="https://guides.github.com/features/mastering-markdown/" target="_blank"
|
||||
ng-show="!vm.reply_action"
|
||||
ng-show="vm.reply_action!='reply'"
|
||||
data-ga-click="Markdown Toolbar, click, help">
|
||||
<svg aria-hidden="true" height="16" version="1.1"
|
||||
viewBox="0 0 16 16" width="16">
|
||||
@@ -308,7 +308,7 @@
|
||||
</div>
|
||||
<div class="col-sm-6 text-right">
|
||||
<button class="btn btn-warning" translate="SUBMIT_CANCEL" ng-click="vm.submitInit();"></button>
|
||||
<button class="btn btn-success" translate="SUBMIT_COMMENT" ng-click="vm.submitComment();"
|
||||
<button class="btn btn-success" translate="{{vm.reply_action == 'reply' ? 'SUBMIT_REPLY' : 'SUBMIT_COMMENT'}}" ng-click="vm.submitComment();"
|
||||
ng-disabled="!vm.new_comment_content"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user