* Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator * Fleshed out IpBan class based on changes to Danbooru 1.xx
This commit is contained in:
4
app/views/posts/partials/common/_search.html.erb
Normal file
4
app/views/posts/partials/common/_search.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<% form_tag(posts_path, :method => "get") do %>
|
||||
<%= text_field_tag("tags", params[:tags], :size => 15) %>
|
||||
<%= submit_tag "Go" %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user