diff options
| author | Alban Peignier | 2016-12-02 14:13:27 +0100 |
|---|---|---|
| committer | Alban Peignier | 2016-12-02 14:13:27 +0100 |
| commit | 15d8febd4e796937b9b08f39e8541e0075035be2 (patch) | |
| tree | a2ecf20e5a8f49439922f745e58d5b2707ab7947 | |
| parent | 765811ddea19961e040041bbb86f1d533dcdd624 (diff) | |
| download | chouette-core-15d8febd4e796937b9b08f39e8541e0075035be2.tar.bz2 | |
No longer display Line#foot_nodes in LineReferential views. Refs #2141
| -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 |
