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 563ca92 commit d13a196Copy full SHA for d13a196
Resources/views/WebUI/show.html.twig
@@ -72,8 +72,10 @@
72
<b>{{ locale }}</b>: {{ trans }}<br>
73
{% endfor %}
74
75
+ </div>
76
+
77
+ <div class="col-xs-12">
78
{% if message.sourceLocations|length > 0 %}
- <hr />
79
<ul class="location-list">
80
{% for location in message.sourceLocations %}
81
<li><a href="{{ location['full_path']|file_link(location['line']) }}">{{ location['path'] }} at line {{ location['line'] }} </a></li>
0 commit comments