diff options
| author | Michel Etienne | 2014-09-22 13:44:56 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-09-22 13:44:56 +0200 |
| commit | 50a9cf10902dd32a84e5074b5d392757f120102e (patch) | |
| tree | 10bb3666331a00a7dec4190af0ef4a8d4ca72ef8 /app/controllers/exports_controller.rb | |
| parent | a724576b6551e1c00a2c82dd317a87128f137ddf (diff) | |
| download | chouette-core-50a9cf10902dd32a84e5074b5d392757f120102e.tar.bz2 | |
correct breadcrumbs
Diffstat (limited to 'app/controllers/exports_controller.rb')
| -rw-r--r-- | app/controllers/exports_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb index 8de7e4f1f..cb555a3dd 100644 --- a/app/controllers/exports_controller.rb +++ b/app/controllers/exports_controller.rb @@ -8,7 +8,7 @@ class ExportsController < ChouetteController def new new! do - build_breadcrumb :show + build_breadcrumb :new available_exports end end |
