spec/dummy/app/views/labs/search.html.haml in medivo-0.2.0 vs spec/dummy/app/views/labs/search.html.haml in medivo-0.2.1

- old
+ new

@@ -64,9 +64,9 @@ = form_tag(medivo.data_appointments_path, :method=>:get, :id=>'appointment_data_search', :remote=>true) do %div Enter a Date .error_message   - = text_field_tag :appointment_date, (Date.today+3.days).strftime("%m/%d/%Y") + = text_field_tag :date, (Date.today+3.days).strftime("%m/%d/%Y") = hidden_field_tag :lab_code, '' # you have to fill this in dynamically with a lab_code %p = submit_tag "Search for appointments", :id=> :find_appointments, :class=>'button'