Sha256: 00473ab67900700a8d9956f7a6c9cbab84eaae88df5d52b9c9665b063d228885
Contents?: true
Size: 272 Bytes
Versions: 18
Compression:
Stored size: 272 Bytes
Contents
<!doctype html> <html> <head> <title>Hello World</title> </head> <body> <%= image_tag 'original.jpg', resize_to: '10x10', class: 'image-resized-to10x10' %> <%= image_tag 'original.jpg', resize_to: '5x5', class: 'image-resized-to5x5' %> </body> </html>
Version data entries
18 entries across 8 versions & 1 rubygems