Can I use link_to to link an image and a text

前端 未结 5 829
自闭症患者
自闭症患者 2020-12-31 21:03

Well, I am using \"font-awesome-rails\" gem. I am pretty much used to font-awesome outside Rails, but I guess it\'s not that popular among Rails community.

Once inst

5条回答
  •  既然无缘
    2020-12-31 21:55

    Try it,

    You can directly mention rails image_tag in link_to as,

    <%= link_to image_tag("image_name")+"your text", root_path, :class=>"icon-puzzle-piece icon-2x" %>
    

提交回复
热议问题