mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
Move calculation out of view
This commit is contained in:
parent
27ba50b460
commit
03282638af
3 changed files with 22 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<p><%= t('stats.actions_avg_completion_time', :count => (ttc.avg*10).round/10.0) %>
|
||||
<%= t('stats.actions_min_max_completion_days', :max => (ttc.max*10).round/10.0, :min => (ttc.min*10).round/10.0) %>
|
||||
<p><%= t('stats.actions_avg_completion_time', :count => ttc.avg) %>
|
||||
<%= t('stats.actions_min_max_completion_days', :max => ttc.max, :min => ttc.min) %>
|
||||
<%= t('stats.actions_min_completion_time', :time => ttc.min_sec) %></p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue