Answers for "rails image"

2

rails image tag

<%= image_tag 'icon.png', alt: 'icon' %>
# => <img src='app/assets/images/icon.png' alt='icon' />
Posted by: Guest on January-27-2021
0

rails image

<%= link_to(image_tag("/assets/logo.jpg", :alt => "logo", :title => "Home"), "/") %>
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language