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.2.13 app/views/leads/show.html.erb
leads_to_highrise-0.2.12 app/views/leads/show.html.erb
leads_to_highrise-0.2.11 app/views/leads/show.html.erb
leads_to_highrise-0.2.10 app/views/leads/show.html.erb
leads_to_highrise-0.2.9 app/views/leads/show.html.erb
leads_to_highrise-0.2.8 app/views/leads/show.html.erb
leads_to_highrise-0.2.7 app/views/leads/show.html.erb
leads_to_highrise-0.2.6 app/views/leads/show.html.erb
leads_to_highrise-0.2.5 app/views/leads/show.html.erb
leads_to_highrise-0.2.4 app/views/leads/show.html.erb
leads_to_highrise-0.2.3 app/views/leads/show.html.erb
leads_to_highrise-0.2.2 app/views/leads/show.html.erb
leads_to_highrise-0.2.1 app/views/leads/show.html.erb
leads_to_highrise-0.2.0 app/views/leads/show.html.erb
leads_to_highrise-0.1.9 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.1.9 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.9 lib/generators/leads_to_highrise/templates/show.html.erb
leads_to_highrise-0.1.8 test/dummy/app/views/leads_to_highrise/lead/show.html.erb
leads_to_highrise-0.1.8 app/views/leads_to_highrise/leads/show.html.erb
leads_to_highrise-0.1.8 lib/generators/leads_to_highrise/templates/show.html.erb