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

Version Path
react_on_rails-9.0.0.beta.11 lib/generators/react_on_rails/templates/base/base/app/views/layouts/hello_world.html.erb.tt
react_on_rails-9.0.0.beta.10 lib/generators/react_on_rails/templates/base/base/app/views/layouts/hello_world.html.erb.tt
react_on_rails-9.0.0.beta.9 lib/generators/react_on_rails/templates/base/base/app/views/layouts/hello_world.html.erb.tt