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