aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-05-16 15:10:18 +0200
committerRobert2017-05-16 15:10:18 +0200
commita3d500c702b6b9e8f514a841af1386db86ffad6a (patch)
tree4da290230c799b1dce4959ee31babf8259c68348
parentcf2e94285df55f2f58549994f770da845b28916a (diff)
parentca98edfd6c66d24e6bb8ff5328816e0567fb05fc (diff)
downloadchouette-core-a3d500c702b6b9e8f514a841af1386db86ffad6a.tar.bz2
Merge branch 'master' of github.com:af83/stif-boiv
-rw-r--r--app/views/referential_lines/show.html.slim4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim
index b60342f19..5efdbc546 100644
--- a/app/views/referential_lines/show.html.slim
+++ b/app/views/referential_lines/show.html.slim
@@ -51,7 +51,9 @@
.col-lg-12
= search_form_for @q, url: referential_line_path(@referential, @line), class: 'form form-filter' do |f|
.input-group.search_bar
- = f.search_field :name_cont, class: 'form-control', placeholder: "Indiquez un nom d'itinéraire..."
+ = f.search_field :name_or_objectid_cont, class: 'form-control', placeholder: "Indiquez un nom d'itinéraire..."
+
+ = f.input :wayback_eq_any, as: :checkboxes, class: 'form-control',collection: Chouette::Route.wayback.values, as: :check_boxes, label: false, required: false, wrapper_html: { class: 'checkbox_list'}, label_method: lambda{|l| ("<span>" + t("enumerize.route.wayback.#{l}") + "</span>").html_safe}
span.input-group-btn
button.btn.btn-default type='submit'