Answers for "rails image tag with"

0

rails image_tag link size

<%= link_to image_tag('btn.png'), '/books/index' %>
--> <a href="/books/index"><img alt="Btn" src="/assets/btn.png" /></a>
Posted by: Guest on June-20-2020

Browse Popular Code Answers by Language