Sha256: 30ddc980986a7a83b4daacda2ad1f0b1b276a791a15bc937b94012f0fc554087

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>TestApp</title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>

    <%= stylesheet_link_tag "application" %>
  </head>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
recommender-2.0.1 spec/test_app/app/views/layouts/application.html.erb
recommender-2.0.0 spec/test_app/app/views/layouts/application.html.erb
recommender-0.1.0 spec/test_app/app/views/layouts/application.html.erb