1 <p><%= t ".para_1" %></p>
2 <p><%= t ".para_2_html",
3 :note_icon => (link_to new_note_path(:anchor => map_hash(params)), :title => t("javascripts.site.createnote_tooltip"),
4 :class => "d-inline-block rounded-1 text-white bg-black bg-opacity-75 border border-2 my-n1 align-text-bottom" do
5 tag.svg :width => 20, :height => 20, :class => "d-block" do
6 render :partial => "layouts/control_icons", :locals => { :icons => %w[note] }
9 :map_link => link_to(t(".the_map"), root_path) %></p>