Sha256: fb9b56274e3ad8533a679df2bb878d902d105f3fe1ce86d8caa0a2835d0a36f1

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

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

<p>
  <strong>Address:</strong>
  <%= @object.address %>
</p>

<p>
  <strong>Apidae:</strong>
  <%= @object.apidae_id %>
</p>

<p>
  <strong>Apidae type:</strong>
  <%= @object.apidae_type %>
</p>

<p>
  <strong>Apidae subtype:</strong>
  <%= @object.apidae_subtype %>
</p>

<p>
  <strong>Title:</strong>
  <%= @object.title %>
</p>

<p>
  <strong>Short desc:</strong>
  <%= @object.short_desc %>
</p>

<p>
  <strong>Contact:</strong>
  <%= @object.contact %>
</p>

<p>
  <strong>Long desc:</strong>
  <%= @object.long_desc %>
</p>

<p>
  <strong>Type data:</strong>
  <%= @object.type_data %>
</p>

<p>
  <strong>Latitude:</strong>
  <%= @object.latitude %>
</p>

<p>
  <strong>Longitude:</strong>
  <%= @object.longitude %>
</p>

<p>
  <strong>Openings:</strong>
  <%= @object.openings %>
</p>

<p>
  <strong>Rates:</strong>
  <%= @object.rates %>
</p>

<p>
  <strong>Reservation:</strong>
  <%= @object.reservation %>
</p>

<%= link_to 'Edit', edit_object_path(@object) %> |
<%= link_to 'Back', objects_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apidae-0.7.5 app/views/apidae/objects/show.html.erb
apidae-0.7.4 app/views/apidae/objects/show.html.erb