mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-09-01 00:32:08 +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 -->
|
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
||||||
<li id="follow-suggestion-template" class="twister-user">
|
<li id="follow-suggestion-template" class="twister-user">
|
||||||
<div class="">
|
<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>
|
||||||
<div class="twister-user-info" data-screen-name="">
|
<div class="twister-user-info" data-screen-name="">
|
||||||
<a href="#" class="twister-user-name open-profile-modal"></a>
|
<a href="#" class="twister-user-name open-profile-modal">
|
||||||
<span class="twister-user-tag"></span>
|
<span class="twister-user-tag"></span>
|
||||||
|
</a>
|
||||||
<div class="followers">Followed by
|
<div class="followers">Followed by
|
||||||
<span class="followed-by"></span>
|
<span class="followed-by"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -163,11 +163,14 @@
|
|||||||
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
||||||
<li id="follow-suggestion-template" class="twister-user">
|
<li id="follow-suggestion-template" class="twister-user">
|
||||||
<div class="">
|
<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>
|
||||||
<div class="twister-user-info" data-screen-name="">
|
<div class="twister-user-info" data-screen-name="">
|
||||||
<a href="#" class="twister-user-name open-profile-modal"></a>
|
<a href="#" class="twister-user-name open-profile-modal">
|
||||||
<span class="twister-user-tag"></span>
|
<span class="twister-user-tag"></span>
|
||||||
|
</a>
|
||||||
<div class="followers">Followed by
|
<div class="followers">Followed by
|
||||||
<span class="followed-by"></span>
|
<span class="followed-by"></span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user