1 <% content_for :head do %>
2 <%= javascript_include_tag "index" %>
5 <% content_for(:body_class) { "map-layout" } %>
7 <% if current_user&.home_location? %>
8 <% content_for :greeting do %>
9 <%= link_to t("layouts.home"),
12 :class => "set_position dropdown-item",
13 :data => { :lat => current_user.home_lat,
14 :lon => current_user.home_lon,
19 <% content_for :header do %>
20 <%= render :partial => "layouts/search", :locals => { :autofocus => false } %>
23 <% content_for :content do %>
25 <%= render :partial => "layouts/search", :locals => { :autofocus => true } %>
28 <%= render :partial => "layouts/flash" %>
31 <div id="browse_status"></div>
33 <div id="sidebar_loader" class="my-3 text-center loader">
34 <div class="spinner-border" role="status">
35 <span class="visually-hidden"><%= t("browse.start_rjs.loading") %></span>
39 <div id="sidebar_content">
43 <% unless current_user %>
44 <div class="welcome p-3" hidden>
45 <%= render "sidebar_header", :title => t("layouts.intro_header") %>
47 <p><%= t "layouts.intro_text" %></p>
48 <p><%= t "layouts.hosting_partners_html",
49 :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
50 :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
51 :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
52 :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
54 <div class="d-flex mx-n1">
55 <div class="w-50 px-1">
56 <a class="btn btn-primary w-100" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
58 <div class="w-50 px-1">
59 <a class="btn btn-primary w-100" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
67 <%= render :partial => "layouts/banner" %>
73 <p><%= t "site.index.js_1" %></p>
74 <p><%= t "site.index.js_2" %></p>
81 <div id="map" tabindex="2">
84 <div id="attribution">
87 <td class="attribution_license"><%= t "site.index.license.license_url" %></td>
88 <td class="attribution_project"><%= t "site.index.license.project_url" %></td>
91 <td colspan="2" class="attribution_notice"><%= t "site.index.license.copyright" %></td>
97 <%= render :template => "layouts/site" %>