aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb4
-rw-r--r--app/helpers/connection_links_helper.rb8
-rw-r--r--app/helpers/timebands_helper.rb2
3 files changed, 0 insertions, 14 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7a3f7e719..97caed7fb 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -115,12 +115,8 @@ module ApplicationHelper
"access_points_links"
when path.include?("/stop_areas")
"stop_areas"
- when path.include?("/connection_links")
- "connection_links"
when path.include?("/time_tables")
"time_tables"
- when path.include?("/timebands")
- "timebands"
when path.include?("/import_tasks")
"imports"
when path.include?("/exports")
diff --git a/app/helpers/connection_links_helper.rb b/app/helpers/connection_links_helper.rb
deleted file mode 100644
index d9c201028..000000000
--- a/app/helpers/connection_links_helper.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-module ConnectionLinksHelper
-
- def connection_link_type_label_pairs
- Chouette::ConnectionLink
- .connection_link_types
- .zip_map { |type| t("connection_link_types.label.#{type}") }
- end
-end
diff --git a/app/helpers/timebands_helper.rb b/app/helpers/timebands_helper.rb
deleted file mode 100644
index 51251e46f..000000000
--- a/app/helpers/timebands_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module TimebandsHelper
-end