evazion
2021-09-02 03:34:50 -05:00
parent ed600f4829
commit 1bb383703d
3 changed files with 29 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
<%= search_form_for(iqdb_queries_path, method: :post) do |f| %>
<%= f.input :post_id, label: "Post ID", input_html: { value: params[:search][:post_id] } %>
<%= f.input :url, input_html: { value: params[:search][:url] } %>
<%= f.input :hash, input_html: { value: params[:search][:hash] } %>
<%= f.input :file, as: :file %>
<%= f.submit "Search" %>
<% end %>