This code in the ERB only displays one image. I thought it would be a simple fix but I’ve scoured google trying to find it. Maybe I’m just forgetting something
<%=
image_tag ruby.png
image_tag ruby.png %>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
<%= %>prints the result of the code inside it, not all of it. If you want to display two images, you can door
or