diff options
| author | jpl | 2016-11-30 10:41:06 +0100 |
|---|---|---|
| committer | jpl | 2016-11-30 10:41:06 +0100 |
| commit | 3d1c3d054130b6a02cfa6135108f03a84e294b5d (patch) | |
| tree | 9101cbd4203e41a9dcf49bd72f0229ef8d78b51b /app/views/referential_stop_areas | |
| parent | 8ebe68c90e7003429c86db67dcb946845cd96d3e (diff) | |
| download | chouette-core-3d1c3d054130b6a02cfa6135108f03a84e294b5d.tar.bz2 | |
Refs #2123: syncing search forms on networks, companies...
Diffstat (limited to 'app/views/referential_stop_areas')
| -rw-r--r-- | app/views/referential_stop_areas/index.html.slim | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/referential_stop_areas/index.html.slim b/app/views/referential_stop_areas/index.html.slim index c35622eb9..91218b714 100644 --- a/app/views/referential_stop_areas/index.html.slim +++ b/app/views/referential_stop_areas/index.html.slim @@ -4,14 +4,15 @@ .panel.panel-default .panel-heading .input-group.col-md-9.col-sm-9 - = f.text_field :name_cont, :placeholder => "#{t('.name')}", class: 'form-control' + = f.text_field :name_or_objectid_cont, placeholder: t('.name_or_objectid'), class: 'form-control' + .input-group-btn button.btn.btn-default type="submit" - i.fa.fa-search + span.fa.fa-search a data-toggle="collapse" data-parent="#search" href="#advanced_search" - i.fa.fa-plus - = "#{t('.advanced_search')}" + span.fa.fa-plus + = " #{t('.advanced_search')}" #advanced_search.panel-collapse.collapse .panel-body |
