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/group_of_lines | |
| parent | 2a92002b6e4a6a54af85f8144e25944043eefb0f (diff) | |
| download | chouette-core-47572dc97aa526dc702d7456bb7459786eb1eb0e.tar.bz2 | |
Refs #2133 : Feature specs for referential companies, lines... and search
Diffstat (limited to 'app/views/group_of_lines')
| -rw-r--r-- | app/views/group_of_lines/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/group_of_lines/index.html.slim b/app/views/group_of_lines/index.html.slim index a684095f0..69b1cd0d6 100644 --- a/app/views/group_of_lines/index.html.slim +++ b/app/views/group_of_lines/index.html.slim @@ -6,7 +6,7 @@        .input-group.col-md-12          = f.text_field :name_cont, :placeholder => "#{t('.name')}", class: 'form-control'          .input-group-btn -          button.btn.btn-default type="submit" +          button.btn.btn-default#search-btn type="submit"            i.fa.fa-search        / <!-- /input-group --> | 
