Sha256: ffb8ab098f2ece467fb6ebc3310cf3a19108d20b1cfd7809de840a5ce9c0a00f
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Forem</title> <%= stylesheet_link_tag "forem/application", :media => "all" %> <%= javascript_include_tag "forem/application" %> <%= csrf_meta_tags %> </head> <body> <% flash.each do |key, message| %> <div id='flash_<%= key %>'><%= message %></div> <% end %> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prusswan-forem-0.0.2 | app/views/layouts/forem/application.html.erb |