Sha256: a28266ac0c7b0074d3255617685f4cafe45587f6567ffd133b6f8f4ce7d7b64f

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Stachio</title>
  <%= csrf_meta_tags %>
</head>
<body>

  <% if flash.any? %>
    <% flash.each do |key, value| %>
      <%= content_tag(:div, value, :class => "flash #{key}") %>
    <% end %>
  <% end %>

  <%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stachio-0.2.1 app/views/layouts/stachio/application.html.erb
stachio-0.2.0 app/views/layouts/stachio/application.html.erb
stachio-0.1.0 app/views/layouts/stachio/application.html.erb
stachio-0.0.6 app/views/layouts/stachio/application.html.erb