spec/dummy/app/views/streets/show.html.erb in dynamic_controller-0.0.8 vs spec/dummy/app/views/streets/show.html.erb in dynamic_controller-0.0.9
- old
+ new
@@ -1,15 +1,15 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <b>Name:</b>
- <%= @street.name %>
-</p>
-
-<p>
- <b>City:</b>
- <%= @street.city.name %>
-</p>
-
-
-<%= link_to 'Edit', edit_country_city_street_path(@country, @city, @street) %> |
-<%= link_to 'Back', country_city_streets_path(@country, @city) %>
+<p id="notice"><%= notice %></p>
+
+<p>
+ <b>Name:</b>
+ <%= @street.name %>
+</p>
+
+<p>
+ <b>City:</b>
+ <%= @street.city.name %>
+</p>
+
+
+<%= link_to 'Edit', edit_country_city_street_path(@country, @city, @street) %> |
+<%= link_to 'Back', country_city_streets_path(@country, @city) %>