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

Version Path
enju_event-0.3.5 app/views/places/show.html.erb
enju_event-0.4.0.rc.1 app/views/places/show.html.erb
enju_event-0.3.4 app/views/places/show.html.erb
enju_event-0.3.3 app/views/places/show.html.erb
enju_event-0.4.0.beta.2 app/views/places/show.html.erb
enju_event-0.4.0.beta.1 app/views/places/show.html.erb
enju_event-0.3.2 app/views/places/show.html.erb
enju_event-0.3.1 app/views/places/show.html.erb
enju_event-0.3.0 app/views/places/show.html.erb
enju_event-0.3.0.rc.1 app/views/places/show.html.erb
enju_event-0.3.0.beta.1 app/views/places/show.html.erb
enju_event-0.2.3 app/views/places/show.html.erb
enju_event-0.2.2 app/views/places/show.html.erb
enju_event-0.2.1 app/views/places/show.html.erb
enju_event-0.2.0 app/views/places/show.html.erb
enju_event-0.2.0.beta.4 app/views/places/show.html.erb
enju_event-0.2.0.beta.3 app/views/places/show.html.erb
enju_event-0.2.0.beta.2 app/views/places/show.html.erb
enju_event-0.2.0.beta.1 app/views/places/show.html.erb