mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
6 lines
No EOL
292 B
Text
6 lines
No EOL
292 B
Text
<h1>generate customs receipt</h1>
|
|
<%= form_with url: generate_customs_receipts_path, method: :get do |f| %>
|
|
<%= f.label :search, "search:" %>
|
|
<%= f.text_field :search, placeholder: "ID (recASDF/pkg!SDfJK) or original tracking number (ASnnnnn...)" %>
|
|
<%= f.submit "Generate" %>
|
|
<% end %> |