diff options
| author | Zog | 2018-04-11 10:01:56 +0200 |
|---|---|---|
| committer | Zog | 2018-04-11 10:01:56 +0200 |
| commit | cd6eabcfbebf10f519c36c798301278755f59f18 (patch) | |
| tree | fb98148388b6fada2df0799136bd440e65b9b7d8 | |
| parent | e58fa94e822bbf5c24a285eaf1b38737400d8923 (diff) | |
| download | chouette-core-cd6eabcfbebf10f519c36c798301278755f59f18.tar.bz2 | |
:fire: log
| -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, \ |
