* Denormalized post versions. Testing has shown it reduces the size
of the table 66%.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="search-form" style="margin-bottom: 1em;">
|
||||
<% form_tag(artists_path, :method => :get) do %>
|
||||
<%= form_tag(artists_path, :method => :get) do %>
|
||||
<%= text_field_tag "name", params[:name], :size => 40 %>
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user