Sha256: 628200e608786cd0477deb7a6f299cd03b9e2cfe8fe68bc1032ef35190bc5a67

Contents?: true

Size: 265 Bytes

Versions: 6

Compression:

Stored size: 265 Bytes

Contents

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

<p>
  <b>Address:</b>
  <%= @place.address %>
</p>

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

<p>
  <b>State:</b>
  <%= @place.state %>
</p>


<%= link_to 'Edit', edit_place_path(@place) %> |
<%= link_to 'Back', places_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jtable-rails-0.2.5 spec/support/rails_app/app/views/places/show.html.erb
jtable-rails-0.2.4 spec/support/rails_app/app/views/places/show.html.erb
jtable-rails-0.2.3 spec/support/rails_app/app/views/places/show.html.erb
jtable-rails-0.2.2 spec/support/rails_app/app/views/places/show.html.erb
jtable-rails-0.2.1 spec/support/rails_app/app/views/places/show.html.erb
jtable-rails-0.2.0 spec/support/rails_app/app/views/places/show.html.erb