Remove points display from informational flags

Informational flags are context-only and don't affect the score,
so displaying "0 pts" was redundant and confusing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 23:10:28 +01:00
parent c07254f93a
commit 8106b86bcd
2 changed files with 1 additions and 2 deletions

View File

@@ -435,7 +435,6 @@
{
<div class="alert alert-info mb-2">
<strong>@flag.Title</strong>
<span class="badge bg-info text-dark ms-2">-@flag.ScoreImpact pts</span>
<p class="mb-0 mt-1 small">@flag.Description</p>
</div>
}