Sha256: 3f80dba172f5fff7616af4925811732ab1cc7d40726f5b68ea26740fa96bfa42
Contents?: true
Size: 570 Bytes
Versions: 9
Compression:
Stored size: 570 Bytes
Contents
<%= title "Contact" %> <p> <strong>First Name:</strong> <%=h @contact.first_name %> </p> <p> <strong>Last Name:</strong> <%=h @contact.last_name %> </p> <p> <strong>Email Address:</strong> <%=h @contact.email_address %> </p> <%= content_for :page_navigation do %> <div> <%= link_to "Edit", mail_manager.edit_contact_path(@contact), :class => 'button' %> <%= link_to "Delete", @contact, :confirm => 'Are you sure?', :method => :delete, :class => 'button' %> <%= link_to "View All", mail_manager.contacts_path, :class => 'button' %> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems