]> git.openstreetmap.org Git - rails.git/blob - app/views/site/index.html.erb
Update title on pushState, closes #33
[rails.git] / app / views / site / index.html.erb
1 <%
2     set_title()
3     content_for(:content_class) { "overlay-sidebar" }
4 %>
5
6 <% unless @user %>
7   <div class="welcome">
8     <h2><%= t 'layouts.intro_header' %></h2>
9     <p><%= t 'layouts.intro_text' %></p>
10     <a class="button learn-more" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
11     <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
12   </div>
13 <% end %>