Sha256: 458d15eeef33f6f392b5aa4449646c04b533945e0892bcbdcdfad8f920f3b8c9

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stachio-0.0.2 app/views/layouts/stachio/application.html.erb
stachio-0.0.1 app/views/layouts/stachio/application.html.erb