Sha256: 9ec9a6c901b36f43bfa3a5181d267dbdc000722f315f0eba48c869a3ecf39f1c
Contents?: true
Size: 451 Bytes
Versions: 10
Compression:
Stored size: 451 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html;charset=utf-8' http-equiv='Content-Type'> <title>ComfyBlog</title> <%= javascript_include_tag 'application' %> <%= stylesheet_link_tag 'comfy_blog/application' %> <%= yield :head %> <%= csrf_meta_tags %> </head> <body> <% flash.each do |type, message| %> <div class='flash <%= type %>'><%= message %></div> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems