diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 717a8b3c..b2e4498c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,7 +23,7 @@

<%= link_to(if ENV['LOGO'] then image_tag(ENV['LOGO']) else (ENV['TITLE'] || "Photos") end, root_path) %>

- <%= form_tag albums_path, { :id => :search } do -%> + <%= form_tag albums_path, { :method => :get, :id => :search } do -%> <% end -%>