diff options
| author | jpl | 2017-02-03 17:44:55 +0100 |
|---|---|---|
| committer | jpl | 2017-02-03 17:44:55 +0100 |
| commit | 6993cb3a8f4cd5257f7e711eb34ac4f173356db5 (patch) | |
| tree | af5ba31024741286784623e32ae2d3d1132dcbca | |
| parent | d4fe1a99438c05fa99e2359c46dac9322195b677 (diff) | |
| download | chouette-core-6993cb3a8f4cd5257f7e711eb34ac4f173356db5.tar.bz2 | |
Refs #2518: updating workbenches#show search_bar, with definitive search params
| -rw-r--r-- | app/views/workbenches/show.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/workbenches/show.html.slim b/app/views/workbenches/show.html.slim index 2949c4ddd..33765e824 100644 --- a/app/views/workbenches/show.html.slim +++ b/app/views/workbenches/show.html.slim @@ -18,7 +18,7 @@ .col-lg-5.col-md-6.col-sm-6.col-xs-8 = search_form_for @q, url: workbench_path(@workbench.id), html: { method: :get, class: 'form'} do |f| .input-group.search_bar - = f.search_field :name_or_organisation_name_cont, class: 'form-control', placeholder: 'Indiquez un nom de JDD ou transporteur' + = f.search_field :name_cont, class: 'form-control', placeholder: 'Indiquez un nom de jeu de données' span.input-group-btn button.btn.btn-default type='submit' |
