diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/routes/show.html.slim | 1 | 
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' }, | 
