Displaying 1 result from an estimated 1 matches for "site_visit_helper".
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...39;'}) %>
<table>
<caption>Site Visit Times</caption>
<tr>
<th>Surveyor</th>
<th>Date</th>
<th>Time Arrived</th>
<th>Time Left</th>
</tr>
<% i=0 -%>
<% @site_visit_helper.timesheet_records.each do |tr| -%>
<tr>
<td>
<%=
select_tag("site_visit_helper[timesheet_records][#{i.to_s}][surveyor_id]",
options_for_select(@surveyors, tr.surveyor_id))
%>
</td>...