Merge pull request #336 from github/improve-getTemplateFile

Improve `RenderCall#getTemplateFile` performance and accuracy
This commit is contained in:
Arthur Baars
2021-10-12 20:21:12 +02:00
committed by GitHub
4 changed files with 46 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
<%# This file is not rendered. There should be no flow into it. %>
<%= display_text.html_safe %>
<%= local_assigns[:display_text].html_safe %>
<%= @instance_text.html_safe %>

View File

@@ -0,0 +1,5 @@
<%# This file is not rendered. There should be no flow into it. %>
<%= display_text.html_safe %>
<%= local_assigns[:display_text].html_safe %>
<%= @instance_text.html_safe %>