fix displaying of "All users publicly followed by" modal in following.html (it worked only in home.html)

This commit is contained in:
Miguel Freitas 2014-02-17 22:16:18 -03:00
parent 77ddb79d81
commit 568a526ebd
2 changed files with 3 additions and 3 deletions

View File

@ -403,7 +403,7 @@
<!-- ÁREA DE PROFILE END -->
<!-- ÁREA DE FOLLOWING INIT -->
<ol class="following-list">
<ol class="">
<li id="following-by-user-template" style="display: none;">
<div class="mini-following-info" data-screen-name="">
<a href="#" class="open-profile-modal">

View File

@ -416,11 +416,11 @@
<!-- MODAL DE FOLLOWING -->
<div id="following-modal-template">
<!-- ÁREA DE PROFILE PHOTO INIT -->
<h2><span class="label">All users publicly followed by</span><span class="following-screen-name">@<b></b></span></h2>
<h2>All users publicly followed by <span class="following-screen-name">@<b></b></span></h2>
<!-- ÁREA DE PROFILE END -->
<!-- ÁREA DE FOLLOWING INIT -->
<ol class="following-list">
<ol class="">
<li id="following-by-user-template" style="display: none;">
<div class="mini-following-info" data-screen-name="">
<a href="#" class="open-profile-modal">