Fix css style

This commit is contained in:
Toks
2013-07-13 23:56:02 -04:00
parent 73387e32ad
commit 092ddbe6e6
4 changed files with 5 additions and 5 deletions

View File

@@ -17,8 +17,8 @@
<li>Favorites: <span id="favcount-for-post-<%= post.id %>"><%= post.fav_count %></span>
<% if CurrentUser.is_gold? %>
<%= link_to "&raquo;".html_safe, "#", :id => "show-favlist-link" %>
<%= link_to "&laquo;".html_safe, "#", :id => "hide-favlist-link", :style => "display: none" %>
<div id="favlist" style="display:none"><%= post_favlist(post) %></div>
<%= link_to "&laquo;".html_safe, "#", :id => "hide-favlist-link", :style => "display: none;" %>
<div id="favlist" style="display: none;"><%= post_favlist(post) %></div>
<% end %></li>
<li>
Status: