forked from spullara/mustache.java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfollow.html
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathfollow.html
File metadata and controls
33 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="js-follow-combo follow-combo btn-group js-actionable-user not-following" data-user-id="18139619" data-screen-name="pepsi">
{{$followbutton}}
<a class="follow-btn btn js-combo-btn js-recommended-item">
<div class="js-action-follow follow-text action-text" data-user-id="18139619">
<i class="follow"></i>
Follow
</div>
<div class="following-text action-text">
Following
</div>
<div class="js-action-unfollow unfollow-text action-text" data-user-id="18139619">
Unfollow
</div>
<div class="block-text action-text">
Blocked
</div>
<div class="js-action-unblock unblock-text action-text" data-user-id="18139619">
Unblock
</div>
<div class="pending-text action-text">
Pending
</div>
<div class="js-action-unfollow cancel-req-text action-text" data-user-id="18139619">
Cancel
</div>
</a>
{{/followbutton}}
{{$followactions}}
<span href="#" class="btn btn-user-actions js-action-profilemenu" data-user-id="18139619">
<i class="account-arrow"></i>
</span>
{{/followactions}}
</div>