link_to rails
aria-labelつけたい
ruby on rails - How to add aria-label attribute to a link in a view? - Stack Overflow
自分のときは、
code: hoge.html.erb
<%= link_to path,
:aria => { label: "label" } do
%>
What is the correct way to append URL params to a link in Rails 6? : rails
現在のurl_paramを全部渡したい話