spec/dummy/app/views/countries/edit.html.erb in dynamic_controller-0.0.1 vs spec/dummy/app/views/countries/edit.html.erb in dynamic_controller-0.0.2
- old
+ new
@@ -1,6 +1,6 @@
-<h1>Editing country</h1>
-
-<%= render 'form' %>
-
-<%= link_to 'Show', @country %> |
-<%= link_to 'Back', countries_path %>
+<h1>Editing country</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @country %> |
+<%= link_to 'Back', countries_path %>