diff options
-rw-r--r-- | app/views/request/_search_ahead.html.erb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/request/_search_ahead.html.erb b/app/views/request/_search_ahead.html.erb index f77f5b3ee..d8d7995bb 100644 --- a/app/views/request/_search_ahead.html.erb +++ b/app/views/request/_search_ahead.html.erb @@ -9,10 +9,13 @@ :locals => { :event => result[:model], :info_request => result[:model].info_request } %> <% end %> + + <p> + <a id="body-site-search-link"> + <%= _("Search in their website for this information →") %> + </a> + </p> <% end %> - <p> - <a id="body-site-search-link"><%= _("Or search in their website for this information.") %></a> - </p> <% end %> </div> |