Sha256: 5e1dd62953da152784cba7c31d65f9cb7ad61f3375c24e1f8093a9da6d0d535b

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Cuca</title>
  <%= stylesheet_link_tag :all %>
  <%= javascript_include_tag :defaults %>
  <%= csrf_meta_tag %>
</head>
<body>
This is the APPLICATION main Layout
<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.1.3 test_app/app/views/layouts/application.html.erb
interpret-0.1.2 test_app/app/views/layouts/application.html.erb
interpret-0.1.1 test_app/app/views/layouts/application.html.erb