spec/dummy/app/views/countries/show.html.erb in dynamic_controller-0.0.1 vs spec/dummy/app/views/countries/show.html.erb in dynamic_controller-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <b>Name:</b>
- <%= @country.name %>
-</p>
-
-
-<%= link_to 'Edit', edit_country_path(@country) %> |
-<%= link_to 'Back', countries_path %>
+<p id="notice"><%= notice %></p>
+
+<p>
+ <b>Name:</b>
+ <%= @country.name %>
+</p>
+
+
+<%= link_to 'Edit', edit_country_path(@country) %> |
+<%= link_to 'Back', countries_path %>