]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/map.html.erb
Make title of "More" menu translatable
[rails.git] / app / views / layouts / map.html.erb
index 68162f7032246e51ba540300f3ea5c1f1a42ba61..ed7fe6837a4725e0d9ab708adfa370e89790958a 100644 (file)
@@ -46,7 +46,7 @@
 
     <% unless @user %>
       <div class="welcome">
-        <h2><%= t 'layouts.intro_header' %></h2>
+        <h2><a><span class="icon close"></span></a><%= 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.start_mapping') %></a>