File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
{% for dump in collector.getDumps (' html' ) %}
12
12
<div class =" sf-toolbar-info-piece" >
13
13
<span >
14
+ {% if dump .label is defined and ' ' != dump .label %}
15
+ <span class =" sf-toolbar-file-line" ><strong >{{ dump .label }}</strong > in </span >
16
+ {% endif %}
14
17
{% if dump .file %}
15
18
{% set link = dump .file | file_link(dump .line ) %}
16
19
{% if link %}
45
48
46
49
{% for dump in collector.getDumps (' html' ) %}
47
50
<div class =" sf-dump sf-reset" >
48
- <span class =" metadata" >In
51
+ <span class =" metadata" >
52
+ {% if dump .label is defined and ' ' != dump .label %}
53
+ <strong >{{ dump .label }}</strong > in
54
+ {% else %}
55
+ In
56
+ {% endif %}
49
57
{% if dump .line %}
50
58
{% set link = dump .file | file_link(dump .line ) %}
51
59
{% if link %}
You can’t perform that action at this time.
0 commit comments