Ver Fonte

fix(invite): removed resend invite button, button logic was not implemented, fixes #3484

Torkel Ödegaard há 10 anos atrás
pai
commit
5227dc679d
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      public/app/features/org/partials/orgUsers.html

+ 0 - 3
public/app/features/org/partials/orgUsers.html

@@ -70,9 +70,6 @@
 						<tr ng-show="invite.expanded">
 							<td colspan="3">
 								<a href="{{invite.url}}">{{invite.url}}</a><br><br>
-								<button class="btn btn-inverse btn-mini">
-									<i class="fa fa-envelope-o"></i> Resend invite
-								</button>
 								&nbsp;
 								<button class="btn btn-inverse btn-mini" ng-click="revokeInvite(invite, $event)">
 									<i class="fa fa-remove" style="color: red"></i> Revoke invite