Sha256: 304179b543ca9ccd4c5e5284e11656f951943d2d6d8371c99bd4bcc87c5bba27
Contents?: true
Size: 425 Bytes
Versions: 19
Compression:
Stored size: 425 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Term:</strong> <%= @place.term %> </p> <p> <strong>City:</strong> <%= @place.city %> </p> <p> <strong>Country:</strong> <%= @place.country_id %> </p> <p> <strong>Latitude:</strong> <%= @place.latitude %> </p> <p> <strong>Longitude:</strong> <%= @place.longitude %> </p> <%= link_to 'Edit', edit_place_path(@place) %> | <%= link_to 'Back', places_path %>
Version data entries
19 entries across 19 versions & 1 rubygems