spec/tang_app/app/views/home/index.html.erb in tang-0.0.1 vs spec/tang_app/app/views/home/index.html.erb in tang-0.0.8
- old
+ new
@@ -1,2 +1,5 @@
-<h1>Home#index</h1>
-<p>Find me in app/views/home/index.html.erb</p>
+<h1>Free Content</h1>
+<p>This content is accessible to everyone.</p>
+
+<%= link_to 'Gold Content', gold_path %> |
+<%= link_to 'Diamond Content', diamond_path %>
\ No newline at end of file