Sha256: f189ef95fdcb112e2c50fdf4ecf0c5d73d08a67e565ddc7f31415c9ce6b7da88
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 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> <% if flash.any? %> <% flash.each do |key, value| %> <%= content_tag(:div, value, :class => "flash #{key}") %> <% end %> <% end %> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stachio-0.0.5 | app/views/layouts/stachio/application.html.erb |
stachio-0.0.4 | app/views/layouts/stachio/application.html.erb |
stachio-0.0.3 | app/views/layouts/stachio/application.html.erb |