aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-04-21 17:04:35 +0200
committerRobert2017-04-24 09:03:10 +0200
commit3e38436faedbf5ff2b21f73fab606750a8a9abd5 (patch)
treec96f3a2fdd0e39ea9db71c8cbc3ae50ad734afde
parentb19eadef870f476fa9a87b4f7bfa3ed69f5cfa02 (diff)
downloadchouette-core-3e38436faedbf5ff2b21f73fab606750a8a9abd5.tar.bz2
Refs #3161: removing area_type column on routes#show table
-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' },