From 4619306744405209cae149c15dcb6bfdaaba462b Mon Sep 17 00:00:00 2001 From: MrYummy Date: Wed, 31 May 2017 22:00:22 +0200 Subject: Added Donator+ perk (/lol id) to the 'Donate' page and fixed spelling error on signup page ('singing' => 'signing') --- app/views/statics/donate.html.erb | 1 + app/views/users/new.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/statics/donate.html.erb b/app/views/statics/donate.html.erb index 774d917..2ca7114 100644 --- a/app/views/statics/donate.html.erb +++ b/app/views/statics/donate.html.erb @@ -19,6 +19,7 @@
  • The warm feeling of donating for a good thing, plus a huge "thank you"!
  • You can have a nickname. See <%= link_to "our nickname guidelines", info_path("12-nickname-guidelines") %>
  • A "$" next to your name (Including website) +
  • Donator+ has access to the in-game command /lol id

  • diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index c482df9..1d8a8c6 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -40,5 +40,5 @@ <%= f.submit "Sign up", class: "btn blue" %> -

    Contact us ingame if you have problems singing up!

    -<% end %> \ No newline at end of file +

    Contact us ingame if you have problems signing up!

    +<% end %> -- cgit v1.2.3