style fixes

This commit is contained in:
albert
2011-10-17 00:39:22 -04:00
parent d20f1ee0a4
commit f630365c3b
5 changed files with 11 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<%= simple_form_for(@ip_ban) do |f| %>
<%= f.input :ip_addr %>
<%= f.input :reason %>
<%= f.input :reason, :input_html => {:size => "50x5"} %>
<%= f.button :submit, "Submit" %>
<% end %>
</div>