Websites/app/views/yiff_rest/api_v2/images/iqdb.html.erb

17 lines
502 B
Plaintext
Raw Normal View History

2024-10-13 06:04:55 +00:00
<% content_for(:page_title) do %>
YiffyAPI - IQDB
<% end %>
<%= render "yiff_rest/api_v2/manage/nav" %>
<div class="w-100">
<div style="width: 40%; margin-left: 30%;">
<%= simple_form_for(:search, url: iqdb_query_yiff_rest_api_v2_manage_images_path, method: :post) do |f| %>
<%= f.input(:file, as: :file) %>
<%= f.input(:url, label: "File URL") %>
<%= f.input(:image_id, label: "Image ID") %>
<%= f.button(:submit, "Query", name: nil) %>
<% end %>
</div>
</div>