]> git.openstreetmap.org Git - rails.git/blob - app/views/site/index.html.erb
Overlay-style minimized sidebar
[rails.git] / app / views / site / index.html.erb
1 <% unless @user %>
2   <div class="welcome">
3     <h2><%= t 'layouts.intro_header' %></h2>
4     <p><%= t 'layouts.intro_text' %></p>
5     <a class="button learn-more" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
6     <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
7   </div>
8 <% end %>