test/dummy/app/views/hello/show.html.et in express_templates-0.11.10 vs test/dummy/app/views/hello/show.html.et in express_templates-0.11.11
- old
+ new
@@ -1,6 +1,6 @@
-content_for :title, "Dummy Show"
+content_for :title, "Hello, world"
div {
h1 "#{hello}"
- p 'Find me in app/views/hello/show.html.express_templates'
+ p 'Find me in app/views/hello/show.html.et'
}
\ No newline at end of file