aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorVlatka Pavisic2017-01-03 16:55:24 +0100
committerVlatka Pavisic2017-01-03 16:55:24 +0100
commit63e20d284855f9e40706e94dc8d17558eb18e1e4 (patch)
tree514e02de0f18c57a140eb603802afcb29d4375ec /app/helpers
parentbac2e1b1bd9111580d161b3282f52460d49783ca (diff)
downloadchouette-core-63e20d284855f9e40706e94dc8d17558eb18e1e4.tar.bz2
Refs #2265 Refs #2262 : Calendars search and CRUD
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/breadcrumb_helper.rb2
1 files changed, 1 insertions, 1 deletions
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