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