Sha256: b87b0d34df9196c1404e9adc103ccd6d622c13fb53fbb8730a7975ff5edd44d7

Contents?: true

Size: 1.28 KB

Versions: 9

Compression:

Stored size: 1.28 KB

Contents

<div class="row">
  <div class="col">
    <h1>Registration Details</h1>
    <p>
      <%= link_to "Edit", edit_registration_path(@registration), class: 'button' %>
      <%= link_to "Destroy", @registration, method: :delete, class: 'button-alert' %>
    </p>
  </div>
</div>
<div class="row">
  <div class="col">
    <table class="attributes-table">
      <tbody>
        <tr>
          <th>First Name</th>
          <td><%= @registration.first_name %></td>
        </tr>
        <tr>
          <th>Last Name</th>
          <td><%= @registration.last_name %></td>
        </tr>
        <tr>
          <th>Email</th>
          <td><%= @registration.email %></td>
        </tr>
        <tr>
          <th>Company Name</th>
          <td><%= @registration.company_name %></td>
        </tr>
        <tr>
          <th>Telephone</th>
          <td>
            <%= @registration.telephone %>
          </td>
        </tr>
        <tr>
          <th>Job Title</th>
          <td><%= @registration.job_title %></td>
        </tr>
        <tr>
          <th>Contact via Email</th>
          <td><%= @registration.contact_via_email %></td>
        </tr>
        <tr>
          <th>Contact via Phone</th>
          <td><%= @registration.contact_via_phone %></td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mr_common-1.3.0 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.2.0 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.1.0 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.5 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.4 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.3 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.2 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.1 app/views/mr_common/registrations/registrations/show.html.erb
mr_common-1.0.0 app/views/mr_common/registrations/registrations/show.html.erb