8 lines
389 B
Plaintext
Executable file
8 lines
389 B
Plaintext
Executable file
<td><%= check_box_tag "cids[]", row.id %></td>
|
|
<td nowrap="nowrap"><%= link_to row.nick,edit_contact_path(row) %></td>
|
|
<td nowrap="nowrap"><%= row.first_name %></td>
|
|
<td nowrap="nowrap"><%= row.last_name %></td>
|
|
<td nowrap="nowrap"><%= link_to row.email, {:controller => 'messages',:action => 'compose' , :cids => row.id.to_a} %></td>
|
|
<td colspan="2" nowrap="nowrap"><%= row.info %></td>
|
|
|