Sha256: 01bba6061c154b85ba479803f31b5c5704864af42baee417f150fada8d4ea9b7

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>HyperMesh with Simple Polling</title>
    <%= csrf_meta_tags %>

    <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload' %>
    <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
  </head>

  <body>
    <%= yield %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 examples/simple-poller/app/views/layouts/application.html.erb
hyper-mesh-0.5.4 examples/simple-poller/app/views/layouts/application.html.erb
hyper-mesh-0.5.3 examples/simple-poller/app/views/layouts/application.html.erb