Displaying 1 result from an estimated 1 matches for "edit_entity_1".
2009 Jan 09
1
Is there a problem with webrat?
...brat (0.3.4)
I have this in the view:
<div id="list_entity_1">
<tr>
<td>Just An Entity</td>
<td>000001</td>
<td id="show_entity_1"><a href="/entities/1">Show Entity</a></td>
<td id="edit_entity_1"><a href="/entities/1/edit">Edit
Entity</a></td>
<td id="delete_entity_1">
<a href="/entities/1" onclick="if (confirm(''Are you sure?'')) {
var f = document.createElement(''form'...