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