users: disable upgrading to platinum.
Disable the ability to upgrade to Platinum. The Platinum level still exists, but users can no longer upgrade to it. Sales of Platinum are being disabled in preparation of increasing the tag limit for Gold users.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<td>
|
||||
<%= user.level_string %>
|
||||
|
||||
<% if !user.is_platinum? %>
|
||||
<% if !user.is_gold? %>
|
||||
<% if CurrentUser.user == user %>
|
||||
(<%= link_to "Upgrade account", new_user_upgrade_path %>)
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user