diff --git a/app/views/entries/index.html.erb b/app/views/entries/index.html.erb index 3effc83..e676e09 100644 --- a/app/views/entries/index.html.erb +++ b/app/views/entries/index.html.erb @@ -52,9 +52,9 @@
đź•’ Gesamtzeit
-

Total: <%= @total_minutes / 60 %> <%= @total_minutes % 60 %> min

-

Propädeutikum: <%= @total_minutes_praktikum_prop / 60 %> <%= @total_minutes % 60 %> min

-

Fachspezifikum: <%= @total_minutes_praktikum_fach / 60 %> <%= @total_minutes % 60 %> min

+

Total: <%= @total_minutes / 60 %>h <%= @total_minutes % 60 %> min

+

Propädeutikum: <%= @total_minutes_praktikum_prop / 60 %>h <%= @total_minutes % 60 %> min

+

Fachspezifikum: <%= @total_minutes_praktikum_fach / 60 %>h <%= @total_minutes % 60 %> min