Added Donator+ perk (/lol id) to the 'Donate' page and fixed spelling error on signup page ('singing' => 'signing')

This commit is contained in:
MrYummy
2017-05-31 22:00:22 +02:00
parent bdab104ab8
commit a658852e86
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -40,5 +40,5 @@
<%= f.submit "Sign up", class: "btn blue" %>
<p>Contact us ingame if you have problems singing up!</p>
<p>Contact us ingame if you have problems signing up!</p>
<% end %>