mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-05 02:49:42 +02:00
fix(forums): Prevent adding users as moderators to the operOnly forums
#20
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<td>
|
||||
<h4>{{f.name}} <span class="badge badge_mt" ng-show="f.readOnly">R</span>
|
||||
<small>[<a href="#" ng-click="vm.popupEditForum($event, f);">{{'FORUMS.LINK_EDIT' | translate}}</a>]</small>
|
||||
<small>[<a href="#"
|
||||
<small ng-if="!f.operOnly">[<a href="#"
|
||||
uib-popover-template="vm.addModeratorPopover.templateUrl"
|
||||
popover-append-to-body="true"
|
||||
popover-title="{{vm.addModeratorPopover.title | translate}}"
|
||||
|
||||
Reference in New Issue
Block a user