Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードには変数が<%= phone_number_link(@user.wphone) %>あり、それからより大きなクリック可能なボタンを作成したいと考えています。誰でも助けることができますか?
<%= phone_number_link(@user.wphone) %>
CSS クラスを追加して、要素のスタイルを設定できます。
<%= link_to phone_number_link(@user.wphone), class: "button" %>