LoginSignup
6
5

More than 3 years have passed since last update.

haml 画像挿入

Posted at

自分用。

  %span.image
    = image_tag src="/assets/visa.svg", size: "49x20"
    = image_tag src="/assets/master-card.svg", size: "34x20"
    = image_tag src="/assets/saison-card.svg", size: "49x20"
    = image_tag src="/assets/jcb.svg", size: "32x20"
    = image_tag src="/assets/american_express.svg", size: "21x20"
    = image_tag src="/assets/dinersclub.svg", size: "32x20"
    = image_tag src="/assets/discover.svg", size: "32x20"
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5