mirror of
https://github.com/bitwarden/web
synced 2026-01-07 11:03:16 +00:00
Update 2017-06-16T19:32:17.077Z
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li ng-show="!user.accessAll">
|
||||
<a href="javascript:void(0)" ng-click="remove(user)" class="text-red">
|
||||
<a href="#" stop-click ng-click="remove(user)" class="text-red">
|
||||
<i class="fa fa-fw fa-remove"></i> Remove
|
||||
</a>
|
||||
</li>
|
||||
<li ng-show="user.accessAll">
|
||||
<a href="javascript:void(0)">
|
||||
<a href="#" stop-click>
|
||||
No options...
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user