Sha256: 6239eb1782c03947b607dca3b519ded376591bc7a5201254b453e6d4f75668ea
Contents?: true
Size: 262 Bytes
Versions: 8
Compression:
Stored size: 262 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ReactOnRailsWithWebpacker</title> <%= csrf_meta_tags %> <%= javascript_pack_tag 'hello-world-bundle' %> <%= stylesheet_pack_tag 'hello-world-bundle' %> </head> <body> <%= yield %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems