diff options
Diffstat (limited to 'app/views/lines/index.html.slim')
| -rw-r--r-- | app/views/lines/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim index 36a75fb98..0929b3c96 100644 --- a/app/views/lines/index.html.slim +++ b/app/views/lines/index.html.slim @@ -4,7 +4,7 @@ .panel.panel-default .panel-heading .input-group.col-md-9 - = f.text_field :name_or_number_cont, placeholder: "#{t('.name_or_number')}", class: 'form-control' + = f.text_field :name_or_number_or_objectid_cont, placeholder: t('.name_or_number_or_objectid'), class: 'form-control' .input-group-btn button.btn.btn-default type="submit" i.fa.fa-search |
