diff options
| author | vlatka pavisic | 2016-12-05 10:55:48 +0100 |
|---|---|---|
| committer | vlatka pavisic | 2016-12-05 10:56:06 +0100 |
| commit | 6a0467fae4ff05b3e95e5987fae829079e74b542 (patch) | |
| tree | e9b6d241bb81d12ba5aa00f36cce9519696f00d4 | |
| parent | 5cf4f1b770a76faa4e7842b9ebe33287fde1b5e0 (diff) | |
| download | chouette-core-6a0467fae4ff05b3e95e5987fae829079e74b542.tar.bz2 | |
Refs #2141 : Remove LineReferential footnotes
| -rw-r--r-- | app/views/lines/show.html.slim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/lines/show.html.slim b/app/views/lines/show.html.slim index f4a449432..d887d2181 100644 --- a/app/views/lines/show.html.slim +++ b/app/views/lines/show.html.slim @@ -109,12 +109,6 @@ / = " : " / = @line.vehicle_journeys.count - (@line.vehicle_journeys.where("flexible_service = ?", true).count + @line.vehicle_journeys.where("flexible_service = ?", false).count) - p - label = "#{@line.human_attribute_name('footnotes')} : " - ul - - @line.footnotes.each do |footnote| - li = "#{footnote.code} : #{footnote.label}" - / p / label = "#{@line.human_attribute_name('comment')} : " / = @line.comment |
