remove stripe references

This commit is contained in:
r888888888
2014-11-24 19:13:21 -08:00
parent ebf3278c05
commit d9153769b8
9 changed files with 0 additions and 542 deletions

View File

@@ -1,8 +0,0 @@
<p><strong>Upgrading from Gold to Platinum will only cost $20.</strong> If you have any further questions or concerns, feel free to contact me at <%= mail_to Danbooru.config.contact_email, nil, :encode => :javascript %>.</p>
<% if CurrentUser.user.level < User::Levels::GOLD %>
<%= stripe_button("Upgrade to Gold", 2000) %>
<%= stripe_button("Upgrade to Platinum", 4000) %>
<% elsif CurrentUser.user.level < User::Levels::PLATINUM %>
<%= stripe_button("Upgrade Gold to Platinum", 2000) %>
<% end %>

View File

@@ -1,4 +0,0 @@
<!--
<p>You can upgrade your account at <%= link_to "Safebooru", new_user_upgrade_path(:protocol => "https", :host => "safebooru.donmai.us", :only_path => false), :target => "_blank" %>.</p>
-->
<p>Account upgrades are presently not available.</p>

View File

@@ -82,12 +82,6 @@
</tbody>
</table>
</div>
<% if CurrentUser.safe_mode? %>
<%= render "stripe_payment" %>
<% else %>
<%= render "unavailable_payment" %>
<% end %>
</div>
</div>