diff options
| -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 |
