diff options
| author | Alban Peignier | 2018-04-25 22:40:30 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-04-25 22:46:02 +0200 |
| commit | e15d1e4c59ddeff10a4630fee280618818a67b36 (patch) | |
| tree | 20ddf5ff40a133ffc6205e32ea642fcaba838f30 | |
| parent | 71d94145db5201b421f251f8aa8b45ea5d41dc7d (diff) | |
| download | chouette-core-e15d1e4c59ddeff10a4630fee280618818a67b36.tar.bz2 | |
Display StopArea timezone in stop_areas/show. Refs #66836683-uniformize-timezone-formats
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index c4d06f61d..c10d22bfb 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -20,6 +20,7 @@ Chouette::StopArea.tmf('zip_code') => @stop_area.zip_code, Chouette::StopArea.tmf('city_name') => @stop_area.city_name, Chouette::StopArea.tmf('country_code') => @stop_area.country_code.presence || '-', + Chouette::StopArea.tmf('time_zone') => @stop_area.time_zone.presence || '-', Chouette::StopArea.tmf('status') => stop_area_status(@stop_area), Chouette::StopArea.tmf('comment') => @stop_area.try(:comment), }) |
