adds multiplier on progress meter stats age table

This commit is contained in:
decabeza
2017-06-30 21:51:27 +02:00
committed by Javi Martín
parent 51ab4a430e
commit eb57b5c375

View File

@@ -151,7 +151,7 @@
(<%= formatted_percentage_age_count %>)
</strong>
<div class="progress" role="progressbar" tabindex="0" aria-valuenow="20" aria-valuemin="0" aria-valuetext="<%= percentage_age_count %>" aria-valuemax="100">
<span class="progress-meter" style="width: <%= number_to_percentage(percentage_age_count,
<span class="progress-meter" style="width: <%= number_to_percentage(percentage_age_count*5,
strip_insignificant_zeros: true,
precision: 2, locale: :en) %>;"></span>
</div>