How do I display SVG image in Rails?

后端 未结 7 2124
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-04 16:45

I have a svg image on /app/asssets/images/symbols.svg with this as contents.



        
7条回答
  •  既然无缘
    2021-01-04 17:29

    Try the inline_svg gem, it adds a helper method for in-lining SVG from a file directly into your template

提交回复
热议问题