diff options
| author | Luc Donnet | 2015-03-10 10:40:11 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-03-10 10:40:11 +0100 | 
| commit | c6dcb47ac1e7feb6c8a82a17f65d19f31b740e3e (patch) | |
| tree | 2b762d0594ad9d818b6ca25090f4304bbd40f8b4 /app/helpers/breadcrumb_helper.rb | |
| parent | 20a7080ea63d4887e578fea37751487d817b0695 (diff) | |
| download | chouette-core-c6dcb47ac1e7feb6c8a82a17f65d19f31b740e3e.tar.bz2 | |
Add show for import
Diffstat (limited to 'app/helpers/breadcrumb_helper.rb')
| -rw-r--r-- | app/helpers/breadcrumb_helper.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index 34e03383c..05300bce2 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -30,7 +30,7 @@ module BreadcrumbHelper        time_table_breadcrumb action      when "StopAreaCopy"        stop_area_copy_breadcrumb action -    when "ImportTask" +    when "Import"        import_breadcrumb action      when "Export"        export_breadcrumb action @@ -134,7 +134,7 @@ module BreadcrumbHelper    def import_breadcrumb (action)      referential_breadcrumb  -    add_breadcrumb Referential.human_attribute_name("import_tasks"), referential_import_tasks_path(@referential) unless action == :index +    add_breadcrumb Referential.human_attribute_name("imports"), referential_imports_path(@referential) unless action == :index    end    def export_breadcrumb (action) | 
