diff options
| author | Marc Florisson | 2014-09-22 18:20:09 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2014-09-22 18:20:09 +0200 | 
| commit | c69442da623e504c3d31944829b94ce0b55038aa (patch) | |
| tree | 09f02d944bcb81bbb0790dbab6ca5ed8a2a7e0ed /app/controllers/time_tables_controller.rb | |
| parent | 80c862d0e0806772abf3449778ba93bb91ff9161 (diff) | |
| parent | e48a2f0e59f96648b04910b42afc7fcef31e93c6 (diff) | |
| download | chouette-core-c69442da623e504c3d31944829b94ce0b55038aa.tar.bz2 | |
Merge branch 'sismo' of github.com:afimb/chouette2 into sismo
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 620bc98c0..54b0a3bac 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -20,7 +20,7 @@ class TimeTablesController < ChouetteController    def new      @autocomplete_items = ActsAsTaggableOn::Tag.all      new! do -      build_breadcrumb :show +      build_breadcrumb :new      end    end | 
