test/dummy/app/views/hello/hello.html.erb in i18nline-0.0.6.alpha vs test/dummy/app/views/hello/hello.html.erb in i18nline-0.0.7.alpha

- old
+ new

@@ -7,5 +7,7 @@ <h1> <%= t("hello") %> </h1> <p>This should be <%= t("translated")%></p> <p>This is not translated <%=t("not.translated.key.with.dots")%></p> + +<p>Time now is <%= l(Time.now, format: :long) %></p>