Sha256: 1ccd993a3507046a141ac55e7a6a8f5272c444c383868a62d4aea5b75810c6d8

Contents?: true

Size: 340 Bytes

Versions: 6

Compression:

Stored size: 340 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>HyperMesh over ActionCable</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

6 entries across 3 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 examples/action-cable-production-mode/app/views/layouts/application.html.erb
hyper-mesh-0.6.0 examples/action-cable/app/views/layouts/application.html.erb
hyper-mesh-0.5.4 examples/action-cable-production-mode/app/views/layouts/application.html.erb
hyper-mesh-0.5.4 examples/action-cable/app/views/layouts/application.html.erb
hyper-mesh-0.5.3 examples/action-cable-production-mode/app/views/layouts/application.html.erb
hyper-mesh-0.5.3 examples/action-cable/app/views/layouts/application.html.erb