increase fav limits to match page limits
This commit is contained in:
@@ -464,9 +464,9 @@ class User < ActiveRecord::Base
|
|||||||
if is_platinum?
|
if is_platinum?
|
||||||
nil
|
nil
|
||||||
elsif is_privileged?
|
elsif is_privileged?
|
||||||
20_000
|
40_000
|
||||||
else
|
else
|
||||||
4_000
|
20_000
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -39,8 +39,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Favorite Limit</td>
|
<td>Favorite Limit</td>
|
||||||
<td>4,000</td>
|
|
||||||
<td>20,000</td>
|
<td>20,000</td>
|
||||||
|
<td>40,000</td>
|
||||||
<td>Unlimited</td>
|
<td>Unlimited</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user