mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Update label for conform_rate_2 to be more descriptive
This commit is contained in:
parent
c011285904
commit
415b1cf5f0
1 changed files with 7 additions and 1 deletions
|
@ -77,7 +77,13 @@ human intervention.
|
|||
<ul style="margin: 0; padding-left: 20px; list-style: none; border-bottom: 1px solid #ddd;">
|
||||
{% for pair in row %}
|
||||
{% if pair[1] != "" and pair[1] != nil %}
|
||||
<li><strong>{{ pair[0] | replace: '_', ' ' | capitalize }}:</strong>
|
||||
<li><strong>
|
||||
{% if pair[0] == 'conform_rate_2' %}
|
||||
Percent cases well formed
|
||||
{% else %}
|
||||
{{ pair[0] | replace: '_', ' ' | capitalize }}
|
||||
{% endif %}
|
||||
:</strong>
|
||||
{% if pair[0] == 'command' %}<code>{{ pair[1] }}</code>{% else %}{{ pair[1] }}{% endif %}
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue