heartwood every commit a ring

Add % to lighthouse scores on property page

8084334e by Isaac Bythewood · 3 years ago

modified properties/templates/properties/property.html
@@ -115,7 +115,7 @@    {% for category, score in property.lighthouse_scores.items %}    <div class="col-6 col-md-3 d-flex align-items-center text-white {% if score > 70 %}bg-success{% else %}bg-warning{% endif %}">      <div class="card-body text-center">        <div class="card-title h4">{{ score }}</div>        <div class="card-title h4">{{ score }}%</div>        <div class="card-text text-truncate small">{{ category }}</div>      </div>    </div>