aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/breadcrumb_helper.rb
diff options
context:
space:
mode:
authorLuc Donnet2015-03-10 10:40:11 +0100
committerLuc Donnet2015-03-10 10:40:11 +0100
commitc6dcb47ac1e7feb6c8a82a17f65d19f31b740e3e (patch)
tree2b762d0594ad9d818b6ca25090f4304bbd40f8b4 /app/helpers/breadcrumb_helper.rb
parent20a7080ea63d4887e578fea37751487d817b0695 (diff)
downloadchouette-core-c6dcb47ac1e7feb6c8a82a17f65d19f31b740e3e.tar.bz2
Add show for import
Diffstat (limited to 'app/helpers/breadcrumb_helper.rb')
-rw-r--r--app/helpers/breadcrumb_helper.rb4
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)