aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/routes
diff options
context:
space:
mode:
authorjpl2017-04-21 17:04:35 +0200
committerjpl2017-04-21 17:04:35 +0200
commit1f53d22711e19c960d313256fcfe502ab28edac3 (patch)
treed10606521f636d90e33514b07c270f39c34b4f33 /app/views/routes
parente7b7172b4c5e7384f43c0d24eebdfe7488308f2d (diff)
downloadchouette-core-1f53d22711e19c960d313256fcfe502ab28edac3.tar.bz2
Refs #3161: removing area_type column on routes#show table
Diffstat (limited to 'app/views/routes')
-rw-r--r--app/views/routes/show.html.slim1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim
index 21a64b61e..9f84b31ad 100644
--- a/app/views/routes/show.html.slim
+++ b/app/views/routes/show.html.slim
@@ -39,7 +39,6 @@
:deleted_at => Proc.new{|s| s.try(:stop_area).deleted_at ? t('false') : t('true')},
:zip_code => Proc.new {|s| s.try(:stop_area).try(:zip_code)},
:city_name => Proc.new {|s| s.try(:stop_area).try(:city_name)},
- :area_type => Proc.new {|s| t("area_types.label.#{s.try(:stop_area).try(:area_type)}")},
:for_boarding => Proc.new {|s| t("stop_points.stop_point.for_boarding.#{s.for_boarding}")},
:for_alighting => Proc.new {|s| t("stop_points.stop_point.for_alighting.#{s.for_alighting}")},
:position => 'position' },