diff options
| author | Vlatka Pavisic | 2017-01-06 12:21:28 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-01-06 12:21:28 +0100 | 
| commit | ddb1498d3b2c29f02778216444db44e2bc722b99 (patch) | |
| tree | 175c75544128a899418da281e8265f9e5c59f48d /app/helpers/breadcrumb_helper.rb | |
| parent | 919f6c0a3e0cd428bd8343edc83de1935f409c0e (diff) | |
| download | chouette-core-ddb1498d3b2c29f02778216444db44e2bc722b99.tar.bz2 | |
Refs #2263 : Calendars final touches
Diffstat (limited to 'app/helpers/breadcrumb_helper.rb')
| -rw-r--r-- | app/helpers/breadcrumb_helper.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index 6ff4845f9..c973c754c 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -73,6 +73,7 @@ module BreadcrumbHelper    end    def calendar_breadcrumb(action) +    add_breadcrumb I18n.t('breadcrumbs.referentials'), referentials_path      add_breadcrumb I18n.t('calendars.index.title'), calendars_path      add_breadcrumb @calendar.name if %i(show edit).include? action    end | 
