@@ -97,15 +97,7 @@
|
||||
</header>
|
||||
|
||||
<div id="page">
|
||||
<% if Danbooru.config.is_promotion? && cookies[:hide_promotion_notice].blank? %>
|
||||
<div class="notice notice-info notice-large" id="promotion-notice">
|
||||
<%= link_to "Danbooru Winter Sale!", forum_topic_path(16501) %> 25% off Gold and free 6-tag searches for Members!
|
||||
|
||||
(<%= link_to "close", "#", id: "hide-promotion-notice" %>)
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if !Danbooru.config.is_promotion? && !CurrentUser.is_anonymous? && !CurrentUser.is_gold? && cookies[:hide_upgrade_account_notice].blank? && params[:action] != "upgrade_information" %>
|
||||
<% if !CurrentUser.is_anonymous? && !CurrentUser.is_gold? && cookies[:hide_upgrade_account_notice].blank? && params[:action] != "upgrade_information" %>
|
||||
<%= render "users/upgrade_notice" %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -3,17 +3,7 @@
|
||||
<h1>Upgrade Account</h1>
|
||||
|
||||
<% unless params[:user_id] %>
|
||||
<p class="copy">
|
||||
Want more searching power? Upgrade your account and
|
||||
become a power user of the best database of anime artwork on the
|
||||
internet.
|
||||
</p>
|
||||
|
||||
<% if Danbooru.config.is_promotion? %>
|
||||
<p>
|
||||
<h6>Danbooru Winter Sale! Gold and Platinum upgrades are 25% off from now until December 28th.</h6>
|
||||
</p>
|
||||
<% end %>
|
||||
<p class="copy">Want more searching power? Upgrade your account and become a power user of the best database of anime artwork on the internet.</p>
|
||||
|
||||
<div id="feature-comparison">
|
||||
<table>
|
||||
@@ -34,16 +24,10 @@
|
||||
<td>Cost</td>
|
||||
<td>Free</td>
|
||||
<td>
|
||||
<% if Danbooru.config.is_promotion? %>
|
||||
<s>$20</s>
|
||||
<% end %>
|
||||
<%= cents_to_usd(UserUpgrade.gold_price) %>
|
||||
<div class="fineprint">One time fee</div>
|
||||
</td>
|
||||
<td>
|
||||
<% if Danbooru.config.is_promotion? %>
|
||||
<s>$40</s>
|
||||
<% end %>
|
||||
<%= cents_to_usd(UserUpgrade.platinum_price) %>
|
||||
<div class="fineprint">One time fee</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user