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.
このタグ付け言語は初めてで、画像の操作方法について言及しているドキュメントを見つけるのに苦労しています。1つか2つの例は素晴らしいでしょう。
ところで、私はこのディスカッションを参照しましたが、それが必要かどうかはわかりません。
あらゆる種類のフレームワークの外:
%img(src="/images/loading.gif")
古い、より冗長だが柔軟な構文:
%img{:src => "/images/loading.gif"}
Rails を使用している場合は、タグ自体が生成されます。
=image_tag "loading.gif"