From 5a5d293b802223f920123059010376c83811af7e Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sat, 25 Jun 2016 16:58:21 -0400 Subject: [PATCH] Fix navbar link title of "Recurring Todos" --- app/views/shared/_navbar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') %>