We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d9117 commit 2cd1e69Copy full SHA for 2cd1e69
test/sandbox/app/views/integration_examples/virtual_path_reset.html.erb
@@ -1,7 +1,7 @@
1
<p>Virtual path: <%= @virtual_path %></p>
2
-<p id="before"><%= t('.message') %></p>
+<p id="before"><%= t(".message") %></p>
3
4
<%= render MyComponent.new %>
5
6
7
-<p id="after"><%= t('.message') %></p>
+<p id="after"><%= t(".message") %></p>
0 commit comments