Sha256: 8909e3da0fbdf332159247153fbaca2e00c05ac50c8958ad72c8b03875254fda

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>ExampleApp</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sexxy-emails-0.0.6 test/example_rails_app/app/views/layouts/application.html.erb
sexxy-emails-0.0.5 test/example_rails_app/app/views/layouts/application.html.erb
sexxy-emails-0.0.3 test/example_rails_app/app/views/layouts/application.html.erb