Displaying 1 result from an estimated 1 matches for "edit_stamp_path".
2010 Jun 17
1
Help .. A question about if then
...quot; alt = "yes"/>
<%else %>
<img src="/images/no.gif" alt = "no"/>
<%end%>
</td>
<td><%= link_to ''Show'', stamp %></td>
<td><%= link_to ''Edit'', edit_stamp_path(stamp) %></td>
<td><%= link_to ''Destroy'', stamp, :confirm => ''Are you
sure?'', :method => :delete %></td>
</tr>
<% end %>
</table>
<br />
<%= link_to ''New stamp'', new_stamp_path...