Sha256: 5e908ecc74bccc96448d1783a6c2bcdd441e63d3f6b932926533c390d5100b57

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= render_page_title %></title>
  <%= stylesheet_link_tag    "application" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tytus-0.1.0 spec/rails_app/app/views/layouts/application.html.erb
tytus-0.0.2 spec/rails_app/app/views/layouts/application.html.erb
tytus-0.0.1 spec/rails_app/app/views/layouts/application.html.erb