aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_lines
diff options
context:
space:
mode:
authorjpl2017-02-23 16:33:54 +0100
committerjpl2017-02-23 16:33:54 +0100
commitd6c447cc7524a5f20681a0565649f5cbfbaa70d4 (patch)
tree692578eb9e13ecdfc1564cc6c0532b0c70712080 /app/views/referential_lines
parentbb75e3efb7de3d37439285722aca49d4cef77ad5 (diff)
downloadchouette-core-d6c447cc7524a5f20681a0565649f5cbfbaa70d4.tar.bz2
Fix tests
Diffstat (limited to 'app/views/referential_lines')
-rw-r--r--app/views/referential_lines/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim
index 3bf9a11a2..a0d997cfa 100644
--- a/app/views/referential_lines/show.html.slim
+++ b/app/views/referential_lines/show.html.slim
@@ -60,7 +60,7 @@
- if @routes.any?
.row
- .col-lg-12
+ .col-lg-12
= table_builder @routes,
{ @routes.human_attribute_name(:number) => 'number', @routes.human_attribute_name(:name) => 'name',
'Arrêt de départ' => Proc.new{|r| r.try(:stop_points).first.try(:stop_area).try(:name)},