Displaying 1 result from an estimated 1 matches for "show_todo".
Did you mean:
show_node
2006 Jan 21
0
helpefying a list partial
...</td>
<td><%=h todo.title %></td>
<td><%= todo.description.gsub("\n", ''<br />'') %></td>
## It''s the part below ##
<td><%= link_to(image_tag("/images/show.png"), :action => ''show_todo'', :id =>
todo) %></td>
<td><%= link_to(image_tag("/images/edit.png"), :action => ''edit_todo'', :id =>
todo) %></td>
<td><%= link_to(image_tag("/images/delete.png"), { :action =>
''destroy_todo...