Sha256: 49f79eea77f0d9504cc781daa93a4912b06369baa9be0f2548e2475b7b2a6c3d

Contents?: true

Size: 254 Bytes

Versions: 10

Compression:

Stored size: 254 Bytes

Contents

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

<p>
  <b>Name:</b>
  <%= @city.name %>
</p>

<p>
  <b>Country:</b>
  <%= @city.country.name %>
</p>


<%= link_to 'Edit', edit_country_city_path(@country, @city) %> |
<%= link_to 'Back', country_cities_path(@country) %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dynamic_controller-0.0.12 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.11 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.10 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.9 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.8 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.7 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.6 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.5 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.3 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.1 spec/dummy/app/views/cities/show.html.erb