diff --git a/app/views/thermal_models/_oak_wilt_all_dds.html.erb b/app/views/thermal_models/_oak_wilt_all_dds.html.erb index c4ed03c..48e561a 100644 --- a/app/views/thermal_models/_oak_wilt_all_dds.html.erb +++ b/app/views/thermal_models/_oak_wilt_all_dds.html.erb @@ -9,8 +9,9 @@
Day | +Date | +Day | Min temp (°F) |
Max temp (°F) |
FDDs | @@ -23,10 +24,11 @@||||
---|---|---|---|---|---|---|---|---|---|
<%= i + 1 %> | <%= day[:date] %> | +<%= Date.parse(day[:date])&.strftime("%b %-d") %> | <%= fmt_temp(day[:min_temp]) %> | <%= fmt_temp(day[:max_temp]) %> | -<%= day[:value] %> | -<%= day[:cumulative_value] %> | +<%= sprintf("%.1f", day[:value]) %> | +<%= sprintf("%.1f", day[:cumulative_value]) %> | <%= day[:risk] %> |