From 63e20d284855f9e40706e94dc8d17558eb18e1e4 Mon Sep 17 00:00:00 2001 From: Vlatka Pavisic Date: Tue, 3 Jan 2017 16:55:24 +0100 Subject: Refs #2265 Refs #2262 : Calendars search and CRUD --- app/helpers/breadcrumb_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers') diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index da8cf8425..6ff4845f9 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -73,7 +73,7 @@ module BreadcrumbHelper end def calendar_breadcrumb(action) - add_breadcrumb I18n.t('calendars.index.title') + add_breadcrumb I18n.t('calendars.index.title'), calendars_path add_breadcrumb @calendar.name if %i(show edit).include? action end -- cgit v1.2.3