We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af751a2 commit a9d4190Copy full SHA for a9d4190
atr/templates/check-selected-path-table.html
@@ -48,7 +48,7 @@
48
title="View file {{ path }}"
49
class="text-decoration-none text-reset">
50
{% if has_errors or has_warnings %}
51
- <strong class="{{ path_style_class }}"><code>{{ path }}</code></strong>
+ <strong><code class="{{ path_style_class }}">{{ path }}</code></strong>
52
{% else %}
53
<code>{{ path }}</code>
54
{% endif %}
0 commit comments