adds multiplier on progress meter stats age table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user