Sha256: 96ee6ec647591dad910a4e275b7f2d50a095c444aeb3414c1a5bf3076404cbe8

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 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

2 entries across 2 versions & 1 rubygems

Version Path
dynamic_controller-0.0.4 spec/dummy/app/views/cities/show.html.erb
dynamic_controller-0.0.2 spec/dummy/app/views/cities/show.html.erb