diff --git a/templates/timesheet/index.html.twig b/templates/timesheet/index.html.twig index 7f81783f..c9d7ea10 100644 --- a/templates/timesheet/index.html.twig +++ b/templates/timesheet/index.html.twig @@ -68,7 +68,7 @@ {% if entry.end %} {% if is_granted('start', entry) %} - {% set actionButtons = {'repeat': path('timesheet_start', {'id' : entry.activity.id})}|merge(actionButtons) %} + {% set actionButtons = {'repeat': path('timesheet_start', {'id' : entry.id})}|merge(actionButtons) %} {% endif %} {% else %} {% if is_granted('stop', entry) %}