<p></p>
<p><b>@AntonKhorev</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5752#discussion_r2040665102">app/views/site/fixthemap.html.erb</a>:</p>
<pre style='color:#555'>> + <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(render(:partial => "layouts/note_icon"),
+ :class => "icon note",
</pre>
<p dir="auto">Continuing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2898362680" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/5752" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/5752/hovercard?comment_id=2021990094&comment_type=review_comment" href="https://github.com/openstreetmap/openstreetmap-website/pull/5752#discussion_r2021990094">#5752 (comment)</a></p>
<p dir="auto">Do you still think you need map control icons in three different places as opposed to one, which you could use like this:</p>
⬇️ Suggested change
<pre style="color: #555">- <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(render(:partial => "layouts/note_icon"),
- :class => "icon note",
+ <% note_icon = capture do %>
+ <%= tag.a :class => "icon note", :title => t("javascripts.site.createnote_tooltip") do %>
+ <svg width="20" height="20"><use href="#icon-note" /></svg>
+ <% end %>
+ <% end %>
+ <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => note_icon %></p>
</pre>
<p dir="auto">(this is ignoring that you changed how this link looks)</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5752#pullrequestreview-2762170694">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKFAZVG2F4YV473VTT2ZENTFAVCNFSM6AAAAABYM6ZM26VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDONRSGE3TANRZGQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLP6GSD4AG2KHIQP7DL2ZENTFA5CNFSM6AAAAABYM6ZM26WGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTVEUNQUM.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5752/review/2762170694</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5752#pullrequestreview-2762170694",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5752#pullrequestreview-2762170694",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>