diff options
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r-- | app/views/general/frontpage.rhtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index e3fb54ca8..fe3ec2690 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -58,12 +58,13 @@ <div id="find_information"> <h1>Explore information that others requested</h1> + <%= render :partial => 'request/request_listing', :locals => { :info_requests => @info_requests } %> + <p><%=link_to "View more successful requests", search_url(:query => 'status:successful OR status:partially_successful') %></p> <% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %> <p> <%= text_field_tag 'query', params[:query], { :size => 20 } %> <%= submit_tag "Search" %> </p> <% end %> - <%= render :partial => 'request/request_listing', :locals => { :info_requests => @info_requests } %> - <p><a href="/list">View all information</a></p> </div> + |