diff options
| author | Vlatka Pavisic | 2017-01-03 16:55:24 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-01-03 16:55:24 +0100 | 
| commit | 63e20d284855f9e40706e94dc8d17558eb18e1e4 (patch) | |
| tree | 514e02de0f18c57a140eb603802afcb29d4375ec /app/helpers/breadcrumb_helper.rb | |
| parent | bac2e1b1bd9111580d161b3282f52460d49783ca (diff) | |
| download | chouette-core-63e20d284855f9e40706e94dc8d17558eb18e1e4.tar.bz2 | |
Refs #2265 Refs #2262 : Calendars search and CRUD
Diffstat (limited to 'app/helpers/breadcrumb_helper.rb')
| -rw-r--r-- | app/helpers/breadcrumb_helper.rb | 2 | 
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 | 
