]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Update title on pushState, closes #33
[rails.git] / app / views / site / index.html.erb
index 1f82a92f0d4008fcc4f006f56b68ea47c5aba9a2..6f215235cfe686b409bb64e36fa3bf870dca74e6 100644 (file)
@@ -1,16 +1,13 @@
-<h2>
-  <% if !@user %>
-    <%= t 'layouts.intro_header' %>
-  <% else %>
-    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
-  <% end %>
-</h2>
+<%
+    set_title()
+    content_for(:content_class) { "overlay-sidebar" }
+%>
 
-<% if !@user %>
-  <p class="inner12 large-text"><%= t 'layouts.intro_text' %></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>
+<% unless @user %>
+  <div class="welcome">
+    <h2><%= t 'layouts.intro_header' %></h2>
+    <p><%= t 'layouts.intro_text' %></p>
+    <a class="button learn-more" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
+    <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
   </div>
 <% end %>