aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/breadcrumb_helper.rb6
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)