]> 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 73e1382d301231490a690437ae48d30c6cdcdf14..1f82a92f0d4008fcc4f006f56b68ea47c5aba9a2 100644 (file)
@@ -1,33 +1,16 @@
-<% content_for :head do %>
-  <%= javascript_include_tag "index" %>
-<% end %>
+<h2>
+  <% if !@user %>
+    <%= t 'layouts.intro_header' %>
+  <% else %>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+  <% end %>
+</h2>
 
-<%= render :partial => 'home_link' %>
-<%= render :partial => 'sidebar' %>
-<%= render :partial => 'search' %>
+<% if !@user %>
+  <p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
 
-<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-ui">
-</div>
-
-<div id="map" tabindex="2">
-</div>
-
-<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 %>