Hash : f7aa45b4 Author : Thomas de Grivel Date : 2022-01-28T11:31:14
Download
1 2 3 4 5 6
<%= form_for @conn, @search_action, [method: :get], fn f -> %> <div class="input-group mb-3"> <%= text_input f, :search, class: "form-control" %> <%= submit gettext("Search"), class: "btn btn-primary" %> </div> <% end %>