Sha256: 556b7e0b8192f48c4d93335954be3d63f26cc0b5d0546f90b3b95b5b58862667

Contents?: true

Size: 536 Bytes

Versions: 36

Compression:

Stored size: 536 Bytes

Contents

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

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

<p>
  <strong>Last name:</strong>
  <%= @lead.last_name %>
</p>

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

<p>
  <strong>Company:</strong>
  <%= @lead.company %>
</p>

<p>
  <strong>Job title:</strong>
  <%= @lead.job_title %>
</p>

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

<p>
  <strong>Website:</strong>
  <%= @lead.website %>
</p>

<%= link_to 'Edit', edit_lead_path(@lead) %> |
<%= link_to 'Back', leads_path %>

Version data entries

36 entries across 24 versions & 1 rubygems

Version Path
leads_to_highrise-0.1.7 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.7 lib/generators/leads_to_highrise/templates/show.html.erb
leads_to_highrise-0.1.7 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.1.6 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.1.6 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.6 lib/generators/leads_to_highrise/templates/show.html.erb
leads_to_highrise-0.1.5 lib/generators/leads_to_highrise/templates/show.html.erb
leads_to_highrise-0.1.5 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.5 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.1.4 lib/generators/leads_to_highrise/install/templates/show.html.erb
leads_to_highrise-0.1.4 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.4 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.0.4 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.0.3 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.0.2 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.0.1 app/views/leads_to_highrise/leads/show.html.erb