diff --git a/app/views/user_upgrades/_stripe_payment.html.erb b/app/views/user_upgrades/_stripe_payment.html.erb index b95e44912..c06aeb7ed 100644 --- a/app/views/user_upgrades/_stripe_payment.html.erb +++ b/app/views/user_upgrades/_stripe_payment.html.erb @@ -1,10 +1,10 @@
You can pay with a credit card. Safebooru uses Stripe as a payment intermediary so none of your personal information will be stored on the site.
+You can pay with a credit card. Safebooru uses Stripe as a payment intermediary so none of your personal information will be stored on the site.
- <% if user.level < User::Levels::GOLD %> - <%= stripe_button("Upgrade to Gold", 2000, user) %> - <%= stripe_button("Upgrade to Platinum", 4000, user) %> - <% elsif user.level < User::Levels::PLATINUM %> - <%= stripe_button("Upgrade Gold to Platinum", 2000, user) %> - <% end %> + <% if user.level < User::Levels::GOLD %> + <%= stripe_button("Upgrade to Gold", 2000, user) %> + <%= stripe_button("Upgrade to Platinum", 4000, user) %> + <% elsif user.level < User::Levels::PLATINUM %> + <%= stripe_button("Upgrade Gold to Platinum", 2000, user) %> + <% end %>