mailr/themes/olive/views/links/_link.html.erb
2012-02-04 00:45:28 +01:00

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>