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 ef1e303 commit 462bbfeCopy full SHA for 462bbfe
compare50/_renderer/templates/match.html
@@ -3,7 +3,7 @@
3
{% for sub, side in (sub_a, "left"), (sub_b, "right") %}
4
<div class="sub_name" id="{{name}}{{side}}_header">
5
{% for file in sub.files %}
6
- <h5 title="{{sub.path}}">{{sub.name}} - {{file.name}} ({{sub.percentage}}%)</h5>
+ <h5 title="{{sub.path}}">{{sub.name}} - {{file.name}} ({{file.percentage}}%)</h5>
7
{%- endfor -%}
8
</div>
9
{% endfor %}
0 commit comments