Displaying 1 result from an estimated 1 matches for "house_titl".
Did you mean:
  house_title
  
2006 Mar 30
11
Illegal char \002? Need to restart Rails to see changes?
...Then I refreshed the page in the browser and got this:
 SyntaxError in Houses#list
Showing app/views/houses/_house.rhtml where line #3 raised:
compile error
./script/../config/../app/views/houses/_house.rhtml:3: parse error, 
unexpected $, expecting kEND
_erbout.concat "	<h3 class=\"house_title\">"
                	                            ^
Extracted source (around line #3):
1: <p>Hi</p>
2: <div class="house">
3: 	<h3 class="house_title"><%= link_to_unless_current h(house.address), 
:action => ''show'',...