Rails 3.1 and Image Assets

后端 未结 7 1935
深忆病人
深忆病人 2020-11-30 16:53

I have put all my images for my admin theme in the assets folder within a folder called admin. Then I link to it like normal ie.

# Ruby    
image_tag \"admin         


        
相关标签:
7条回答
  • 2020-11-30 17:31

    when referencing images in CSS or in an IMG tag, use image-name.jpg

    while the image is really located under ./assets/images/image-name.jpg

    0 讨论(0)
提交回复
热议问题