Sha256: cd1d7926ec393d8f230b3f7eb8d88e8e6994e588ea430e4bb1df47c2e41357c6

Contents?: true

Size: 500 Bytes

Versions: 11

Compression:

Stored size: 500 Bytes

Contents

<h1>User Notes</h1>

<table>
  <tr>
    <th>Name</th>
    <th>Email</th>
    <th>Phone</th>
    <th></th>
  </tr>
  <% for user in users %>
    <tr>
      <td>
        <%=link_to "#{user.first_name} #{user.last_name}",  user.url_for(:edit)%>
      </td>
      <td>
        <%=link_to user.email, "mailto: #{user.email}"%>
      </td>
      <td>
        <%= user.phone%>
      </td>
      <td>
        <%=link_to "Send Message",  user.url_for(:send_message)%>
      </td>
    </tr>
  <%end%>
</table>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sandboxed_erb-0.4.8 example/listing.sbhtml
sandboxed_erb-0.4.7 example/listing.sbhtml
sandboxed_erb-0.4.6 example/listing.sbhtml
sandboxed_erb-0.4.5 example/listing.sbhtml
sandboxed_erb-0.4.4 example/listing.sbhtml
sandboxed_erb-0.4.3 example/listing.sbhtml
sandboxed_erb-0.4.2 example/listing.sbhtml
sandboxed_erb-0.4.1 example/listing.sbhtml
sandboxed_erb-0.4.0 example/listing.sbhtml
sandboxed_erb-0.3.0 example/listing.sbhtml
sandboxed_erb-0.2.0 example/listing.sbhtml