Sha256: 32fcb611448a9c6858199ea9867cffbbc3a4b09d2654f9a186afde7d56e54758

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cacheable_flash-0.2.8 app/views/layouts/cacheable_flash/application.html.erb
cacheable_flash-0.2.7 app/views/layouts/cacheable_flash/application.html.erb