commentaries: remove unused search page template.
Remove file forgotten in 907194fc6.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<div id="c-artist-commentaries">
|
||||
<div id="a-search">
|
||||
<h1>Search Artist Commentary</h1>
|
||||
|
||||
<%= search_form_for(artist_commentaries_path) do |f| %>
|
||||
<%= f.input :text_matches, label: "Text" %>
|
||||
<%= f.input :post_tags_match, label: "Tags", input_html: { data: { autocomplete: "tag-query" } } %>
|
||||
<%= f.input :original_present, label: "Original present?", collection: ["yes", "no"] %>
|
||||
<%= f.input :translated_present, label: "Translation present?", collection: ["yes", "no"] %>
|
||||
<%= f.input :is_deleted, label: "Deleted?", collection: ["yes", "no"] %>
|
||||
<%= f.submit "Search" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
Reference in New Issue
Block a user