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

@@ -2,7 +2,7 @@
<%= f.input :name %>
<%= f.input :other_names, :hint => "Separate with commas", :as => :text %>
<%= f.input :group_name %>
<%= f.input :url_string, :label => "URLs", :as => :text, :size => "10x5" %>
<%= f.input :url_string, :label => "URLs", :as => :text, :input_html => {:size => "50x5"} %>
<%= f.input :is_active %>
<%= f.input :is_banned %>
<%= f.input :notes, :as => :text %>