aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/frontpage.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r--app/views/general/frontpage.rhtml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml
index abed0294e..44b4980df 100644
--- a/app/views/general/frontpage.rhtml
+++ b/app/views/general/frontpage.rhtml
@@ -13,11 +13,7 @@
<%= hidden_field_tag 'bodies', 1 %>
<%= submit_tag _('Search') %>
<br>
- <%= _('e.g.') %>
- <% @search_examples.each_with_index do |name, i| %>
- <%=link_to name, search_url(name, 'bodies')%><% if i < 2 %>, <% else %>. <% break %><% end %>
- <% end %>
-
+ <%= render :partial => 'frontpage_search_examples' %>
<br>
<br>
<%= _('OR, <strong>search</strong> for information others have requested using {{site_name}}', :site_name => site_name) %>