]> git.openstreetmap.org Git - rails.git/blob - app/views/site/_add_a_note.html.erb
Merge remote-tracking branch 'upstream/pull/6263'
[rails.git] / app / views / site / _add_a_note.html.erb
1 <p><%= t ".para_1" %></p>
2 <p><%= t ".para_2_html",
3          :note_icon => link_to(
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"
8          ),
9          :map_link => link_to(t(".the_map"), root_path) %></p>