mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
clicking users in 'Who to Follow' shows profile modal
This commit is contained in:
parent
5d1c3a2afd
commit
281ee3c6d6
@ -156,11 +156,14 @@
|
||||
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
||||
<li id="follow-suggestion-template" class="twister-user">
|
||||
<div class="">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="twister-user-info" data-screen-name="">
|
||||
<a href="#" class="twister-user-name open-profile-modal"></a>
|
||||
<span class="twister-user-tag"></span>
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<span class="twister-user-tag"></span>
|
||||
</a>
|
||||
<div class="followers">Followed by
|
||||
<span class="followed-by"></span>
|
||||
</div>
|
||||
|
@ -163,11 +163,14 @@
|
||||
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
||||
<li id="follow-suggestion-template" class="twister-user">
|
||||
<div class="">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="twister-user-info" data-screen-name="">
|
||||
<a href="#" class="twister-user-name open-profile-modal"></a>
|
||||
<span class="twister-user-tag"></span>
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<span class="twister-user-tag"></span>
|
||||
</a>
|
||||
<div class="followers">Followed by
|
||||
<span class="followed-by"></span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user