diff options
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 -->  | 
