From 8139c952b57aaa8e80a2f2ebaa2f1eb885564dd9 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 13 Jul 2010 10:48:30 -0700 Subject: [PATCH] Shrink some of the contract's wiki edits to 3 rows, per specs. --- app/views/contracts/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/contracts/_form.html.erb b/app/views/contracts/_form.html.erb index 0ec5c03..25fad60 100644 --- a/app/views/contracts/_form.html.erb +++ b/app/views/contracts/_form.html.erb @@ -9,9 +9,9 @@ <%= form.input :end_date, :required => true, :as => :string, :input_html => {:size => 10}, :hint => calendar_for('contract_end_date') %> <%= form.input :billable_rate, :input_html => {:size => 20}, :hint => l(:field_billable_rate_hint) %> <%= form.input :discount, :input_html => {:size => 20}, :hint => l(:field_discount_hint) %> - <%= form.input :discount_note, :input_html => {:class => 'wiki-edit', :rows => '5'} %> + <%= form.input :discount_note, :input_html => {:class => 'wiki-edit', :rows => '3'} %> <%= form.input :payment_terms, :as => :select, :collection => resource.payment_terms_for_select %> - <%= form.input :client_ap_contact_information, :input_html => {:class => 'wiki-edit', :rows => '5'} %> + <%= form.input :client_ap_contact_information, :input_html => {:class => 'wiki-edit', :rows => '3'} %> <%= form.input :po_number %> <%= form.input :client_point_of_contact, :input_html => {:class => 'wiki-edit', :rows => '3'} %> <%= form.input :details, :input_html => {:class => 'wiki-edit'} %>