Sha256: 03b540f17af06cb702f919635718e41166de1f6a2d784ce46088b45c45c90570
Contents?: true
Size: 277 Bytes
Versions: 95
Compression:
Stored size: 277 Bytes
Contents
Hello there <div> <% PaymentIcon.credit_cards.each do |card| %> <%= image_tag card.path, id: "#{card.name}" %> <% end %> </div> <div> <% PaymentIcon.cryptocurrencies.each do |currency| %> <%= image_tag currency.path, id: "#{currency.name}" %> <% end %> </div>
Version data entries
95 entries across 95 versions & 1 rubygems