mirror of
https://github.com/bitwarden/web
synced 2026-01-10 12:33:43 +00:00
Update 2017-05-20T13:06:17.455Z
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
<i class="fa fa-cog"></i> <span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li ng-show="user.id">
|
||||
<li ng-show="!user.accessAll">
|
||||
<a href="javascript:void(0)" ng-click="remove(user)" class="text-red">
|
||||
<i class="fa fa-fw fa-remove"></i> Remove
|
||||
</a>
|
||||
</li>
|
||||
<li ng-show="!user.id">
|
||||
<li ng-show="user.accessAll">
|
||||
<a href="javascript:void(0)">
|
||||
No options...
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user