search for: new_booking_not

Displaying 1 result from an estimated 1 matches for "new_booking_not".

Did you mean: new_booking_note
2008 Jun 09
3
Rails 2.1 and ddatetime_select
...lt;% form_remote_tag(:url => { :controller => ''notes'', :action => :add_booking_note_ajax, :id => @booking}, :html =>{:id=>''new_booking_note''}) do %> <%= datetime_select(:note, :follow_up, :discard_second => true, :minute_step => 15) %> <%= text_area ''note'', ''body'', :rows => "7" %> <%= submit_tag ''Save''%> <% end...