Revert "Add Danbooru Winter Sale."

This reverts commit 963f1f7991.
This commit is contained in:
evazion
2020-01-02 01:14:16 -06:00
parent 44140c6ec8
commit c251d145e4
6 changed files with 5 additions and 56 deletions

View File

@@ -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 %>