summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-05-31 22:00:22 +0200
committerMrYummy <elemental428@gmail.com>2017-06-18 13:11:36 -0400
commit4619306744405209cae149c15dcb6bfdaaba462b (patch)
treebae1e5985edde2b1b87339a9be21c684ede9b938
parent1b8744abdba3e835a46efd0fcb3b518a452087e7 (diff)
Added Donator+ perk (/lol id) to the 'Donate' page and fixed spelling error on signup page ('singing' => 'signing')
-rw-r--r--app/views/statics/donate.html.erb1
-rw-r--r--app/views/users/new.html.erb4
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 @@
<li>The warm feeling of donating for a good thing, plus a huge "<b>thank you</b>"!
<li>You can have a nickname. See <%= link_to "our nickname guidelines", info_path("12-nickname-guidelines") %>
<li>A "$" next to your name <i>(Including website)</i>
+ <li><i>Donator+</i> has access to the in-game command <code>/lol id</code></li>
</ul>
<hr>
<div class="donations">
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" %>
- <p>Contact us ingame if you have problems singing up!</p>
-<% end %> \ No newline at end of file
+ <p>Contact us ingame if you have problems signing up!</p>
+<% end %>