Sha256: 853c11d60ac10730c4f9e1a76d34ce460210016f3da42e35901d4b4293a643a1

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

<div class="row">
  <div class="span6">
    <h2><%= t 'kinney.contact.title' %></h2>
    <table class="table table-striped">
      <tbody>
        <tr>
          <td><%= t 'kinney.contact.phone_number' %></td>
          <td>I'm not giving you my phone number. You'll probably want to replace this whole partial at app/views/kinney/contact.html.erb.</td>
        </tr>
        <tr>
          <td><%= t 'kinney.contact.email' %></td>
          <td><%= mail_to 'jronallo@gmail.com' %></td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kinney-0.0.3 app/views/kinney/_contact.html.erb
kinney-0.0.2 app/views/kinney/_contact.html.erb
kinney-0.0.1 app/views/kinney/_contact.html.erb