Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <li class="btn-friends ng-scope" ng-if="!profileHeaderLayout.areFriends"><!-- ngIf: profileHeaderLayout.incomingFriendRequestPending --> <!-- ngIf: !profileHeaderLayout.incomingFriendRequestPending
  2. && profileHeaderLayout.maySendFriendInvitation --> <!-- ngIf: !profileHeaderLayout.incomingFriendRequestPending
  3. && !profileHeaderLayout.maySendFriendInvitation
  4. && profileHeaderLayout.friendRequestPending --><button ng-if="!profileHeaderLayout.incomingFriendRequestPending
  5. &amp;&amp; !profileHeaderLayout.maySendFriendInvitation
  6. &amp;&amp; profileHeaderLayout.friendRequestPending" class="btn-control-md disabled ng-binding ng-scope" ng-bind="'Action.Pending' | translate">Pending</button><!-- end ngIf: !profileHeaderLayout.incomingFriendRequestPending
  7. && !profileHeaderLayout.maySendFriendInvitation
  8. &&
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement