aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-04-11 10:01:56 +0200
committerZog2018-04-11 10:01:56 +0200
commitcd6eabcfbebf10f519c36c798301278755f59f18 (patch)
treefb98148388b6fada2df0799136bd440e65b9b7d8
parente58fa94e822bbf5c24a285eaf1b38737400d8923 (diff)
downloadchouette-core-cd6eabcfbebf10f519c36c798301278755f59f18.tar.bz2
:fire: log
-rw-r--r--app/views/time_tables/index.html.slim2
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, \