mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Merge pull request #336 from github/improve-getTemplateFile
Improve `RenderCall#getTemplateFile` performance and accuracy
This commit is contained in:
@@ -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 %>
|
||||
@@ -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 %>
|
||||
Reference in New Issue
Block a user