openstreetmap-website/app/views/site/_any_questions.html.erb
Andy Allan 9101705656 Remove html from translations for the welcome page
This also refactors the "any questions" section, which is shared with the fixthemap page.
2023-02-22 10:25:51 +00:00

4 lines
289 B
Text

<h2><%= t ".title" %></h2>
<span class='sprite small term question float-start'></span>
<p><%= t ".paragraph_1_html", :help_link => link_to(t(".get_help_here"), help_path),
:welcome_mat_link => link_to(t(".welcome_mat"), t(".welcome_mat_url")) %></p>