Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道有没有一种方法可以将所有 image_tag 图片标签压缩成一个?我在标题中使用 Nivo 滑块,我不想在我的布局页面中写入所有图像标签,那么有什么解决方案吗?
谢谢你。
将它们放在子目录中,或使用可以通过Dir.glob.
Dir.glob
然后,您可以将生成的集合映射到image_tags 并呈现该集合。
image_tag