diff options
| author | vlatka pavisic | 2016-12-02 15:10:55 +0100 | 
|---|---|---|
| committer | vlatka pavisic | 2016-12-02 15:11:48 +0100 | 
| commit | 47572dc97aa526dc702d7456bb7459786eb1eb0e (patch) | |
| tree | 5fd79dc1ca3085bd813db37819e45e753e470c66 /app/views/shared | |
| parent | 2a92002b6e4a6a54af85f8144e25944043eefb0f (diff) | |
| download | chouette-core-47572dc97aa526dc702d7456bb7459786eb1eb0e.tar.bz2 | |
Refs #2133 : Feature specs for referential companies, lines... and search
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/_lines_search_form.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/shared/_lines_search_form.html.slim b/app/views/shared/_lines_search_form.html.slim index c12ee132b..0d4fedbc0 100644 --- a/app/views/shared/_lines_search_form.html.slim +++ b/app/views/shared/_lines_search_form.html.slim @@ -4,7 +4,7 @@        .input-group.col-md-9.col-sm-9          = f.search_field :name_or_number_or_objectid_cont, placeholder: t('lines.index.name_or_number_or_objectid'), class: 'form-control'          .input-group-btn -          button.btn.btn-primary type='submit' +          button.btn.btn-primary#search-btn type='submit'              i.fa.fa-search        a data-toggle='collapse' data-parent='#search' href='#advanced_search' | 
