mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Update leaderboard highlight to extract model from URL query
This commit is contained in:
parent
1be1274d40
commit
c60ec18f34
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ The model also has to successfully apply all its changes to the source file with
|
|||
<script>
|
||||
{% assign data_source = edit_sorted %}
|
||||
{% assign pass_rate_field = "pass_rate_2" %}
|
||||
{% assign highlight_model = include.highlight | default: "xxx xxx" %}
|
||||
{% assign highlight_model = page.url | split: '?' | last | split: '=' | last %}
|
||||
{% include leaderboard.js %}
|
||||
</script>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue