6 lines
241 B
Plaintext
Executable file
6 lines
241 B
Plaintext
Executable file
<td><%= check_box_tag "ids[]", link.id %></td>
|
|
<td nowrap="nowrap"><%= link_to link.name,edit_link_path(link) %></td>
|
|
<td nowrap="nowrap"><%= link_to link.url,"http://"+link.url %></td>
|
|
<td colspan="2" nowrap="nowrap"><%= link.info %></td>
|
|
|