diff options
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r-- | app/views/general/frontpage.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index abed0294e..e3e9f0ded 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -1,7 +1,7 @@ <% view_cache :ttl => 5.minutes, :tag => I18n.locale do %> <div id="frontpage_search"> - <h1><%= _('Make or explore Freedom of Information requests') %></h1> + <h1>Make or explore<br/>Freedom of Information requests</h1> <% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %> <p> @@ -11,7 +11,7 @@ <br> <%= text_field_tag 'query', params[:query], { :size => 30 } %> <%= hidden_field_tag 'bodies', 1 %> - <%= submit_tag _('Search') %> + <%= image_submit_tag 'button-search.png', :title => 'Search' %> <br> <%= _('e.g.') %> <% @search_examples.each_with_index do |name, i| %> |