From 9573d18ea64d6e2158c2618ca950567e0766db31 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Mon, 23 Dec 2013 10:15:45 +0800 Subject: [PATCH] Changed Back to Search Results path --- .../widget/bulletins/bulletins_search_block.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/bulletins_search_block.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/bulletins_search_block.html.erb index d2e61fd0..538f340e 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/bulletins_search_block.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/bulletins_search_block.html.erb @@ -1,5 +1,5 @@

Search

-<%= form_tag panel_announcement_front_end_search_path, method: :get do %> +<%= form_tag panel_announcement_front_end_search_result_path, method: :get do %> <%= hidden_field_tag :category_id, params[:category_id] %> <%= hidden_field_tag :tag_id, params[:tag_id] %>