diff options
| author | Zakaria BOUZIANE | 2015-03-10 12:04:25 +0100 | 
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-03-10 12:04:25 +0100 | 
| commit | e3cd779d28af135dc32b25ba249be48ebf6658bf (patch) | |
| tree | 5f59356149e5eb58f7bf9459db5c2229a0d278ca /app/helpers | |
| parent | 8d9281dcc994ad76092b4878b26801507915f16a (diff) | |
| parent | dc6fc17f5ea46c871154e398037fab3bb741504e (diff) | |
| download | chouette-core-e3cd779d28af135dc32b25ba249be48ebf6658bf.tar.bz2 | |
Merged code
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/breadcrumb_helper.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index b85dc3527..89cb92633 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 @@ -133,8 +133,8 @@ module BreadcrumbHelper    end    def import_breadcrumb (action) -    referential_breadcrumb -    add_breadcrumb Referential.human_attribute_name("import_tasks"), referential_import_tasks_path(@referential) unless action == :index +    referential_breadcrumb  +    add_breadcrumb Referential.human_attribute_name("imports"), referential_imports_path(@referential) unless action == :index    end    def export_breadcrumb (action) | 
