diff options
| -rw-r--r-- | app/views/time_tables/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/time_tables/index.html.slim b/app/views/time_tables/index.html.slim index e61548690..58bf66a9d 100644 --- a/app/views/time_tables/index.html.slim +++ b/app/views/time_tables/index.html.slim @@ -30,7 +30,7 @@                TableBuilderHelper::Column.new( \                  key: :bounding_dates, \                  name: "Période englobante", \ -                attribute: Proc.new { |tt| p tt; tt.object.bounding_dates.empty? ? '-' : t('bounding_dates', debut: l(tt.object.bounding_dates.min), end: l(tt.object.bounding_dates.max)) }, \ +                attribute: Proc.new { |tt| tt.object.bounding_dates.empty? ? '-' : t('bounding_dates', debut: l(tt.object.bounding_dates.min), end: l(tt.object.bounding_dates.max)) }, \                ), \                TableBuilderHelper::Column.new( \                  key: :vehicle_journeys_count, \ | 
