Sha256: 2f5d1e47759be9da63fffcad6dc9c7e1451806a824d4e0f3e9fa6e2d632eb53e

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

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

<p>
  <b>Email:</b>
  <%= @email_lead.email %>
</p>

<p>
  <b>Ip address:</b>
  <%= @email_lead.ip_address %>
</p>

<p>
  <b>Referer:</b>
  <%= @email_lead.referer %>
</p>

<p>
  <b>Lat:</b>
  <%= @email_lead.lat %>
</p>

<p>
  <b>Long:</b>
  <%= @email_lead.long %>
</p>

<p>
  <b>City:</b>
  <%= @email_lead.city %>
</p>

<p>
  <b>Country:</b>
  <%= @email_lead.country %>
</p>


<%= link_to 'Edit', edit_email_lead_path(@email_lead) %> |
<%= link_to 'Back', email_leads_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
glengarry-0.0.4 app/views/glengarry/email_leads/show.html.erb
glengarry-0.0.3 app/views/glengarry/email_leads/show.html.erb
glengarry-0.0.2 app/views/glengarry/email_leads/show.html.erb
glengarry-0.0.1 app/views/glengarry/email_leads/show.html.erb