fixed ip ban ui

This commit is contained in:
albert
2011-10-17 00:31:49 -04:00
parent b9ace89e53
commit d20f1ee0a4
5 changed files with 14 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
<%= simple_form_for(@ip_ban) do |f| %>
<%= f.input :ip_addr %>
<%= f.input :reason %>
<%= f.button :submit %>
<%= f.button :submit, "Submit" %>
<% end %>
</div>
</div>
<%= render "secondary_links" %>