Displaying 1 result from an estimated 1 matches for "helpefi".
Did you mean:
helper
2006 Jan 21
0
helpefying a list partial
Hi all,
I''ve got this code which is alway the same. In a list it displays a show, edit
and destroy icon behind each record.
<% for todo in @todos %>
<tr valign="top" class="ListLine<%= cycle("0","1") %>">
<td><%=h todo.prio %></td>
<td><%=h todo.title %></td>
<td><%=