]> git.openstreetmap.org Git - rails.git/blob - app/views/site/index.html.erb
Make the multi-get calls throw 400 errors on invalid input
[rails.git] / app / views / site / index.html.erb
1 <% content_for :head do %>
2   <%= javascript_include_tag "index" %>
3 <% end %>
4
5 <%= render :partial => 'home_link' %>
6 <%= render :partial => 'sidebar' %>
7 <%= render :partial => 'search' %>
8
9 <noscript>
10   <div id="noscript">
11     <p><%= t 'site.index.js_1' %></p>
12     <p><%= t 'site.index.js_2' %></p>
13   </div>
14 </noscript>
15
16 <div id="map-ui">
17 </div>
18
19 <div id="map" tabindex="2">
20 </div>
21
22 <iframe id="linkloader" style="display: none">
23 </iframe>
24
25 <div id="attribution">
26   <table width="100%">
27     <tr>
28       <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
29       <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
30     </tr>
31     <tr>
32       <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
33     </tr>
34   </table>
35 </div>
36