]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Left-align intro buttons and update donate icon
[rails.git] / app / views / site / index.html.erb
index b65aa2ffa8c5055f6a8e7bdba4903bd770719939..1f82a92f0d4008fcc4f006f56b68ea47c5aba9a2 100644 (file)
@@ -1,46 +1,16 @@
-<% content_for :head do %>
-  <%= javascript_include_tag "index" %>
-<% end %>
-
-<% unless STATUS == :api_offline or STATUS == :database_offline -%>
-  <% content_for :editmenu do -%>
-    <li><%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %></li>
-  <% end -%>
-<% end -%>
+<h2>
+  <% if !@user %>
+    <%= t 'layouts.intro_header' %>
+  <% else %>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+  <% end %>
+</h2>
 
-<% content_for :left_menu do %>
-  <li><%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %></li>
-<% end %>
+<% if !@user %>
+  <p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
 
-<%= render :partial => 'home_link' %>
-<%= render :partial => 'sidebar' %>
-<%= render :partial => 'search' %>
-
-<noscript>
-  <div id="noscript">
-    <p><%= t 'site.index.js_1' %></p>
-    <p><%= t 'site.index.js_2' %></p>
+  <div class="inner12">
+    <a class="button" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
+    <a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
   </div>
-</noscript>
-
-<div id="map">
-  <div id="permalink">
-    <a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a>
-    <a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a>
-  </div>
-</div>
-
-<iframe id="linkloader" style="display: none">
-</iframe>
-
-<div id="attribution">
-  <table width="100%">
-    <tr>
-      <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
-      <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
-    </tr>
-    <tr>
-      <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
-    </tr>
-  </table>
-</div>
+<% end %>