1 <p><%= t ".para_1" %></p>
 
   2 <p><%= t ".para_2_html",
 
   4            inline_svg_tag("map-controls/note.svg"),
 
   5            new_note_path(:anchor => map_hash(params)),
 
   6            :title => t("javascripts.site.createnote_tooltip"),
 
   7            :class => "d-inline-block rounded-1 text-white bg-black bg-opacity-75 border border-2 my-n1 align-text-bottom"
 
   9          :map_link => link_to(t(".the_map"), root_path) %></p>