mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
fix: Remove invalid Liquid comment from leaderboards page
This commit is contained in:
parent
48038b1f5e
commit
33f0b0b41c
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ The model also has to successfully apply all its changes to the source file with
|
|||
</td>
|
||||
<td class="bar-cell">
|
||||
{% if row.total_cost > 0 %}
|
||||
{# Initial width set to 0, JS will calculate log scale width #}
|
||||
<div class="bar-viz cost-bar" data-cost="{{ row.total_cost }}" data-max-cost="{{ max_cost }}" style="width: 0%; background-color: rgba(111, 66, 193, 0.3); border-right: 1px solid rgba(111, 66, 193, 0.5);"></div>
|
||||
{% endif %}
|
||||
<span>{% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue