app/views/profiles/index.html.erb in muck-profiles-0.2.1 vs app/views/profiles/index.html.erb in muck-profiles-3.0.0
- old
+ new
@@ -1,5 +1,5 @@
-<% form_tag search_profiles_path, :method => 'GET' do -%>
+<%= form_tag search_profiles_path, :method => 'GET' do -%>
<%= text_field_tag :q, @query || '' %>
<input type="submit" value="Search" />
<% end -%>
<% if !@query.blank? %>
\ No newline at end of file