]> git.openstreetmap.org Git - rails.git/blob - app/views/site/_any_questions.html.erb
Merge remote-tracking branch 'upstream/pull/6263'
[rails.git] / app / views / site / _any_questions.html.erb
1 <h2><%= t ".title" %></h2>
2 <div class='d-flex align-items-center gap-2'>
3   <%= inline_svg_tag "welcome/question.svg", :class => "flex-shrink-0 align-self-start" %>
4   <p><%= t ".paragraph_1_html", :help_link => link_to(t(".get_help_here"), help_path),
5                                 :welcome_mat_link => link_to(t(".welcome_mat"), t(".welcome_mat_url")) %></p>
6 </div>