aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/referentials_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/referentials_controller.rb')
-rw-r--r--app/controllers/referentials_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb
index c8984076a..e4357e878 100644
--- a/app/controllers/referentials_controller.rb
+++ b/app/controllers/referentials_controller.rb
@@ -18,8 +18,6 @@ class ReferentialsController < BreadcrumbController
if !!@referential.created_from_id
format.html { redirect_to workbench_path(@referential.workbench) }
- else
- build_breadcrumb :new
end
end
end
@@ -45,7 +43,6 @@ class ReferentialsController < BreadcrumbController
:time_tables_count => resource.time_tables.count,
:referential_id => resource.id}
}
- format.html { build_breadcrumb :show}
end
end