Use a condensed form in the company_form view

This commit is contained in:
Paul van Tilburg 2013-06-16 23:42:54 +02:00
parent b5cfa7606a
commit 42b771ba16
1 changed files with 2 additions and 2 deletions

View File

@ -2154,8 +2154,8 @@ module StopTime::Views
br
text! "Only make changes if you know what you are doing!"
end if @history_warn
form.form_horizontal :action => R(Company, :revision => @company.revision),
:method => :post do
form.form_horizontal.form_condensed :action => R(Company, :revision => @company.revision),
:method => :post do
_form_input_with_label("Name", "name", :text)
_form_input_with_label("Contact name", "contact_name", :text)
_form_input_with_label("Street address", "address_street", :text)