aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorvlatka pavisic2016-11-15 17:47:23 +0100
committervlatka pavisic2016-11-15 17:47:31 +0100
commit8e3734f097a93eb34a809e18cbbb57b0dde91835 (patch)
tree7ce1bb9c57a9865cacfa6ce10530fe48cf11f912 /app
parent8be2d83715d2cf79ae47750e6d34f29d6f2f7f6d (diff)
downloadchouette-core-8e3734f097a93eb34a809e18cbbb57b0dde91835.tar.bz2
Refs #1938 : Lines can be searched by comments
Diffstat (limited to 'app')
-rw-r--r--app/views/lines/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim
index 11aa1810a..a85f6a015 100644
--- a/app/views/lines/index.html.slim
+++ b/app/views/lines/index.html.slim
@@ -3,7 +3,7 @@
= search_form_for @q, url: line_referential_lines_path(@line_referential), remote: true, html: {method: :get, class: "form", id: "search", role: "form"} do |f|
.well.well-sm
.input-group
- = f.text_field :name_or_number_or_objectid_cont, placeholder: t('.name_or_number_or_objectid'), class: 'form-control'
+ = f.text_field :name_or_number_or_objectid_or_comment_cont, placeholder: t('.name_or_number_or_objectid_or_comment'), class: 'form-control'
.input-group-btn
button.btn.btn-primary type="submit"