diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 8099c124..186a534f 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -28,7 +28,7 @@
  • <%= link_to t('common.contexts'), contexts_path, accesskey: 'c', title: t('layouts.navigation.contexts_title') %>
  • <%= link_to t('common.notes'), notes_path, accesskey: 'o', title: t('layouts.navigation.notes_title') %>
  • <%= link_to t('common.review'), review_path, accesskey: 'r', title: t('layouts.navigation.review_title') %>
  • -
  • <%= link_to t('layouts.navigation.recurring_todos'), controller: 'recurring_todos', action: 'index', title: t('layouts.navigation.recurring_todos_title') %>
  • +
  • <%= link_to t('layouts.navigation.recurring_todos'), recurring_todos_path, title: t('layouts.navigation.recurring_todos_title') %>