app/views/pages.html.erb in scrapbook-0.2.1 vs app/views/pages.html.erb in scrapbook-0.2.2
- old
+ new
@@ -2 +1,2 @@
-This directory has no corresponding template. You can add a template named "pages" to the Scrapbook root directory and its contents will show up here.
+<% if pathname == scrapbook.pages_pathname %>This directory has no corresponding template. You can add a template named "pages" to the Scrapbook root directory and its contents will show up here.
+<% else %>This directory has no corresponding template. You can add a template with the same name as the directory as a sibling to the directory and its contents will show up here.<% end %>