eBooru/app/views/note_versions/_search.html.erb
Earlopain cc379af5eb
[Search] Add custom input type for users
Automatically adds name/id search
2023-08-04 20:46:59 +02:00

7 lines
234 B
Plaintext

<%= form_search(path: note_versions_path) do |f| %>
<%= f.input :body_matches, label: "Body" %>
<%= f.user :updater, label: "Editor" %>
<%= f.input :post_id, label: "Post #"%>
<%= f.input :note_id, label: "Note #"%>
<% end %>