use web app for bans, not system

This commit is contained in:
Kyle Drake 2014-06-27 21:23:28 -04:00
parent ab95fa01af
commit a420132632
5 changed files with 26 additions and 8 deletions

View file

@ -98,7 +98,7 @@
<div class="alert txt-Center">
<p style="padding:5px">
<% flash.keys.each do |key| %>
<%= flash[key] %>
<%== flash[key] %>
<% end %>
</p>
</div>

View file

@ -119,7 +119,7 @@
<hr>
<p><b>Last thing!</b> Enter these two words correctly (with spaces) so we know you're not a robot (don't worry robots, we still love you).</p>
<p><b>Last thing!</b> Enter the captcha correctly so we know you're not a robot (don't worry robots, we still love you).</p>
<div class="recaptcha">
<%== recaptcha_tag :challenge, ssl: request.ssl? %>