mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Correct currency formatting in table cells using Liquid filters
This commit is contained in:
parent
ad23c0e03e
commit
278c7bfc53
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ nav_exclude: true
|
|||
<td style="padding: 8px; text-align: center;">{{ row.percent_cases_well_formed }}%</td>
|
||||
<td style="padding: 8px;"><code>{{ row.command }}</code></td>
|
||||
<td style="padding: 8px; text-align: center;">{{ row.edit_format }}</td>
|
||||
<td style="padding: 8px; text-align: center;">${{ "%.2f" | format: row.total_cost }}</td>
|
||||
<td style="padding: 8px; text-align: center;">${{ row.total_cost | times: 1.0 | round: 2 }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue