fix inline forms
This commit is contained in:
parent
4b2e151fc6
commit
e2f19befbc
6 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
= form_tag search_path, method: :get do |f|
|
||||
= form_tag search_path, method: :get, class: 'form-inline' do |f|
|
||||
.padded
|
||||
= label_tag :search do
|
||||
%strong Looking for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue