From 1e4c0ffe782a048dac727fff0f4465256013c67d Mon Sep 17 00:00:00 2001
From: evazion
<%= @message %>
- <% if CurrentUser.is_platinum? %>
+ <% if CurrentUser.is_gold? %>
Try narrowing your search terms.
<% else %>
Try narrowing your search terms, or <%= link_to "upgrade your account", new_user_upgrade_path %> to go beyond page <%= CurrentUser.user.page_limit %>.
diff --git a/app/views/static/search_timeout.html.erb b/app/views/static/search_timeout.html.erb
index df45e7eb6..e8c159022 100644
--- a/app/views/static/search_timeout.html.erb
+++ b/app/views/static/search_timeout.html.erb
@@ -42,9 +42,8 @@
Members are limited to searches that take up to 3 seconds long. You can
- <%= link_to "upgrade your account", new_user_upgrade_path %> to increase
- your search limit. Gold users can do searches that take up to 6 seconds
- long, and Platinum users can go up to 9 seconds.
+ <%= link_to "upgrade to Gold", new_user_upgrade_path %> to increase
+ your search limit to 6 seconds long.
<%= @message %>
- <% unless CurrentUser.is_platinum? %>
+ <% unless CurrentUser.is_gold? %>
<%= link_to "Upgrade your account", new_user_upgrade_path %> to search for more tags at once.
<% end %>
<%= link_to_user @recipient %> is already above Platinum level and can't be upgraded! <%= link_to_user @recipient %> is already above Gold and can't be upgraded! <%= link_to_user @recipient %> is already Gold and can't be upgraded!
<%= tag.img src: "/images/padoru.gif", width: 24, height: 24 %>
- Danbooru Winter Sale! Gold and Platinum upgrades are 25% off. Sale ends <%= time_ago_in_words_tagged(Danbooru.config.winter_sale_end_date) %>.
+ Danbooru Winter Sale! Gold upgrades are 25% off. Sale ends <%= time_ago_in_words_tagged(Danbooru.config.winter_sale_end_date) %>.
<%= tag.img src: "/images/padoru.gif", width: 24, height: 24 %>
- <%= link_to "Get 25% off Gold & Platinum", new_user_upgrade_path %>
+ <%= link_to "Get 25% off Gold", new_user_upgrade_path %>
(<%= link_to "hide", "#", id: "hide-promotion-notice" %>)
diff --git a/app/views/static/pagination_error.html.erb b/app/views/static/pagination_error.html.erb
index 9d37d1e91..8b41143e8 100644
--- a/app/views/static/pagination_error.html.erb
+++ b/app/views/static/pagination_error.html.erb
@@ -5,7 +5,7 @@
Gift Account Upgrade
<% if @user_upgrade.recipient.is_platinum? %>
- You are gifting this upgrade to <%= link_to_user @user_upgrade.recipient %>.
<% end %>
@@ -29,7 +31,7 @@
<% if Danbooru.config.is_promotion? %>
Basic
Gold
- Platinum
Free
@@ -58,74 +58,53 @@
<%= cents_to_usd(UserUpgrade.gold_price) %>
- <% if Danbooru.config.is_promotion? %>
-
$40
- <% end %>
- <%= cents_to_usd(UserUpgrade.platinum_price) %>
-
Tag Limit
2
6
- 12
See Hidden Tags
No
Yes
- Yes
Page Limit
1,000
2,000
- 5,000
Private Favorites
no
yes
- yes
Favorite Groups
3
5
- 10
Saved Searches
250
250
- 1,000
Search Timeout
3 sec
6 sec
- 9 sec
@@ -143,13 +122,6 @@
results, and also keep more favorite groups and saved searches.
<% if @user_upgrade.purchaser.is_anonymous? %>
<%= link_to "Login", login_path(url: new_user_upgrade_path), class: "login-button button-primary" %>
<%= link_to "Get #{Danbooru.config.canonical_app_name} Gold", login_path(url: new_user_upgrade_path), class: "login-button button-primary" %>
- <%= link_to "Get #{Danbooru.config.canonical_app_name} Platinum", login_path(url: new_user_upgrade_path), class: "login-button button-primary" %>
<% elsif @recipient.level == User::Levels::MEMBER %>
<%= button_to "Get #{Danbooru.config.canonical_app_name} Gold", user_upgrades_path(user_id: @recipient.id, upgrade_type: "gold", country: params[:country], promo: params[:promo]), class: "button-primary", remote: true, disable_with: "Redirecting..." %>
- <%= button_to "Get #{Danbooru.config.canonical_app_name} Platinum", user_upgrades_path(user_id: @recipient.id, upgrade_type: "platinum", country: params[:country], promo: params[:promo]), class: "button-primary", remote: true, disable_with: "Redirecting..." %>
- <% elsif @recipient.level == User::Levels::GOLD %>
-
- <%= button_to "Get #{Danbooru.config.canonical_app_name} Gold", nil, class: "button-primary", disabled: true %>
- <%= button_to "Get #{Danbooru.config.canonical_app_name} Platinum", user_upgrades_path(user_id: @recipient.id, upgrade_type: "gold_to_platinum", country: params[:country], promo: params[:promo]), class: "button-primary", remote: true, disable_with: "Redirecting..." %>
<% else %>
<%= button_to "Get #{Danbooru.config.canonical_app_name} Gold", nil, class: "button-primary", disabled: true %>
- <%= button_to "Get #{Danbooru.config.canonical_app_name} Platinum", nil, class: "button-primary", disabled: true %>
<% end %>
Platinum is like Gold, but it lets you search even more tags at once, - and keep even more favorite groups and saved searches.
-Yes, if you have a Gold account, you can always upgrade to a Platinum - account later. You don't have to pay full price to upgrade from Gold to - Platinum. You only have to pay the difference.
-