View Single Post
Old May 30th, 2006, 10:56 AM   #9
SirBob1701
Newbie
 
Join Date: May 2006
Posts: 20
Rep Power: 0 SirBob1701 is on a distinguished road
I changed it and now i get
compile error
./script/../config/../app/views/oil/time.rhtml:50: parse error, unexpected '>'
./script/../config/../app/views/oil/time.rhtml:52: unterminated string meets end of file

Extracted source (around line #50): 

47:  <% @trucks.each do |truck| %>
48:  <tr>
49:  <% truck.oil.each do |oil| %>
50:    <% unless (truck.oil.vehicleID != truck.vehicleID?) %%>
51: 	       
52: 	<td><%= truck.vehicle %>
53: 	<td><%= oil.lastMile %></td>
SirBob1701 is offline   Reply With Quote