<%= form_for :search, :url=> buscar_leis_url, :html => { :method =>
:get, class: "flex flex-col gap-6 lg:flex-row lg:gap-2 grow" } do %> <%=
text_field_tag :query, "" , :class=>
"lg:grow rounded-lg
lg:rounded-r-none lg:h-14 h-20 bg-gray-200 px-4 tex6lg text-gray-70",
:placeholder => "Pesquisar no corpo..." %> <%= select_tag :law_type_id,
options_from_collection_for_select(LawType.all, "id" , "name" ),
:class=>
"lg:h-14 h-20 bg-gray-200 px-4 tex6lg text-gray-70 ", :prompt =>
"Selecione o Tipo do Ato" %> <%= number_field_tag :number, "" , :class=>
"lg:h-14 h-20 bg-gray-200 px-4 tex6lg text-gray-70 ", :placeholder =>
"NĂºmero do Ato" %> <%= number_field_tag :year, "" , :class=> "lg:h-14
h-20 bg-gray-200 px-4 tex6lg text-gray-70 ", :placeholder => "Ano do
Ato" %>
<% end %>