Sha256: c496248db01c473cae34d718d64231d48525cc9cf6b70ea4efe309a7f8f5ad19

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

<h1>Contacts</h1>

<table class="table table-bordered table-striped">
  <thead>
    <tr>
      <th>First name</th>
      <th>Last name</th>
      <th>Primary email</th>
      <th>Primary phone</th>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </thead>

  <tbody>
    <%= render @contacts %>
  </thead>
</table>

<br />

<%= link_to 'New Contact', new_contact_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchtower-0.0.1 app/views/watchtower/contacts/index.html.erb