Sha256: 9efcf53769d0d2e26a46882245a621054d3b4e1a4012eca14ee66053a82770b7

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @contact.name %>
</p>

<p>
  <strong>Phone:</strong>
  <%= @contact.phone %>
</p>

<p>
  <strong>Email:</strong>
  <%= @contact.email %>
</p>

<%= link_to 'Edit', edit_contact_path(@contact) %> |
<%= link_to 'Back', contacts_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_form_custom_inputs-0.1.0 example/app/views/contacts/show.html.erb
simple_form_custom_inputs-0.0.4 example/app/views/contacts/show.html.erb
simple_form_custom_inputs-0.0.3 example/app/views/contacts/show.html.erb
simple_form_custom_inputs-0.0.2 example/app/views/contacts/show.html.erb