Sha256: 5af12cf61fd90d3d53c3a1da67ef843d9e45005bbc1e84322af2e40774ce9f12

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
poe_rails-0.0.7 app/views/layouts/poe_rails/application.html.erb
poe_rails-0.0.6 app/views/layouts/poe_rails/application.html.erb
poe_rails-0.0.4 app/views/layouts/poe_rails/application.html.erb
poe_rails-0.0.3 app/views/layouts/poe_rails/application.html.erb
poe_rails-0.0.2 app/views/layouts/poe_rails/application.html.erb