Sha256: faedc49d022ba6bdb082292f0f045cc6c94fcbfbff84275525c70a62dafd1fb9
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
<tr> <td><%= contact.first_name %></td> <td><%= contact.last_name %></td> <td><%= contact.primary_email %></td> <td><%= contact.primary_phone %></td> <td><%= link_to 'Show', contact %></td> <td><%= link_to 'Edit', edit_contact_path(contact) %></td> <td><%= link_to 'Destroy', contact, confirm: 'Are you sure?', method: :delete %></td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchtower-0.0.1 | app/views/watchtower/contacts/_contact.html.erb |