From cf160a8f8497cedc653a2bf0ffdd9e3f828502fe Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 20:23:45 -0700 Subject: [PATCH] fix: Swap colors of leaderboard columns 2 and 3 --- aider/website/docs/leaderboards/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 5f32470a2..7a490cd5f 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -61,11 +61,11 @@ The model also has to successfully apply all its changes to the source file with {{ row.model }} -
+
{{ row.pass_rate_2 }}% -
+
{{ row.percent_cases_well_formed }}% {% assign cost_percent = row.total_cost | times: 100.0 | divided_by: max_cost %}