Ruby on Rails Friday, April 4, 2014

On Fri, Apr 4, 2014 at 2:54 PM, Elton Yau <yauelton@gmail.com> wrote:

> This is the code I have, However the images are still not showing

> <image_tag("SAVEonSHIRTS_website_homepage_01.png")>

> Do you have any thoughts ?

Please work through a tutorial on Rails so you have some basic
knowledge of how views/ERB work.

Hint: there's a major difference between
"<image_tag " and
"<%= image_tag "

Good luck.
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassa

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yBfUaMMtLBVY4X-2SbSEXXRwAEz2qPXKbKcfjE5DPTCJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment