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/networks | |
| parent | 2a92002b6e4a6a54af85f8144e25944043eefb0f (diff) | |
| download | chouette-core-47572dc97aa526dc702d7456bb7459786eb1eb0e.tar.bz2 | |
Refs #2133 : Feature specs for referential companies, lines... and search
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/index.html.slim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/networks/index.html.slim b/app/views/networks/index.html.slim index 49984f1b1..0134f4c0d 100644 --- a/app/views/networks/index.html.slim +++ b/app/views/networks/index.html.slim @@ -5,9 +5,9 @@      .panel-heading        .input-group.col-md-12          = f.text_field :name_or_objectid_cont, placeholder: t('.name_or_objectid'), class: 'form-control' -         +          .input-group-btn -          button.btn.btn-primary type="submit" +          button.btn.btn-primary#search-btn type="submit"              span.fa.fa-search  #networks | 
