]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/map.html.erb
Merge remote-tracking branch 'openstreetmap/pull/954'
[rails.git] / app / views / layouts / map.html.erb
index ab2d0f77ac449a454fc7c2eb08b4c777f6f4d835..cb2fd0e07a33007e082d437710ee88b75effba5d 100644 (file)
   <% end %>
 <% end %>
 
+<% content_for :header do %>
+  <%= render :partial => "layouts/search", :locals => { :autofocus => false } %>
+<% end %>
+
 <% content_for :content do %>
   <div id="sidebar">
-    <%= render :partial => "layouts/search" %>
+    <%= render :partial => "layouts/search", :locals => { :autofocus => true } %>
 
     <% if STATUS == :database_offline or STATUS == :api_offline %>
       <p class="error"><%= t 'layouts.osm_offline' %></p>
@@ -64,7 +68,7 @@
   </div>
 
   <div id="attribution">
-    <table width="100%">
+    <table>
       <tr>
         <td class="attribution_license"><%= t 'site.index.license.license_url' %></td>
         <td class="attribution_project"><%= t 'site.index.license.project_url' %></td>