Sha256: 953e31743118066b8471f1967467c629f211c1901eadfa307419e9af10f10dab

Contents?: true

Size: 263 Bytes

Versions: 5

Compression:

Stored size: 263 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>

  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= csrf_meta_tags %>
  
</head>
<body>

  <%= yield %>
  
  <%= javascript_include_tag "application" unless params[:no_js] %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hyper-mesh-0.5.3 reactive_record_test_app/app/views/layouts/application.html.erb
hyper-mesh-0.5.2 reactive_record_test_app/app/views/layouts/application.html.erb
hyper-mesh-0.5.1 reactive_record_test_app/app/views/layouts/application.html.erb
hyper-mesh-0.5.0 reactive_record_test_app/app/views/layouts/application.html.erb
hyper-mesh-0.4.0 reactive_record_test_app/app/views/layouts/application.html.erb