diff options
author | Robin Houston <robin@lenny.robin> | 2011-08-25 17:27:59 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-08-25 17:27:59 +0100 |
commit | 50cd41b88b4421824e436d9189f8780b84c46a1a (patch) | |
tree | 8a2a33222e1f00f88ce102597db7de09fda5b6a0 /app/views/general/frontpage.rhtml | |
parent | bf949a62d7882c9d337e095bebd1e4ba6c4c6767 (diff) | |
parent | 87f7fbd076fc301262fc0a628d81b3a1bd3688e7 (diff) |
Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r-- | app/views/general/frontpage.rhtml | 6 |
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) %> |