Sha256: b9bbb9698cd7f9962e3aa7e508bb7ba250869bddf5f1a155f8211ef4f70dbcc5
Contents?: true
Size: 1.02 KB
Versions: 162
Compression:
Stored size: 1.02 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
162 entries across 162 versions & 2 rubygems