rename references of privileged to gold
This commit is contained in:
@@ -1 +1 @@
|
||||
<%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>
|
||||
<%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<aside id="sidebar">
|
||||
<%= render "posts/partials/common/search", :path => favorites_path, :tags => @favorite_set.tag_string %>
|
||||
|
||||
<% if CurrentUser.is_privileged? %>
|
||||
<% if CurrentUser.is_gold? %>
|
||||
<section id="mode-box">
|
||||
<%= render "posts/partials/index/mode_menu" %>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user