diff --git a/app/views/entries/monthly_report.html.erb b/app/views/entries/monthly_report.html.erb index aad845b..6ce6efa 100644 --- a/app/views/entries/monthly_report.html.erb +++ b/app/views/entries/monthly_report.html.erb @@ -1,9 +1,11 @@ -
| 📌 Typ | -📂 Art | -⏱️ Gesamtzeit | +📌 Typ | +📂 Art | +⏱️ Zeit | +🧮 Monats-Gesamt |
|---|---|---|---|---|---|---|
| <%= typ.capitalize %> | <%= art %> | <%= data[:hours] %>h <%= data[:minutes] %>min | + + <% if index == 0 %> ++ <%= total_hours %>h <%= total_rest_minutes %>min + | + <% end %>