removes progress meter multiplier

This commit is contained in:
decabeza
2017-06-30 14:34:53 +02:00
committed by Javi Martín
parent 895c8292ab
commit 88ac17cc1b

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*4,
<span class="progress-meter" style="width: <%= number_to_percentage(percentage_age_count,
strip_insignificant_zeros: true,
precision: 2, locale: :en) %>;"></span>
</div>