Sha256: ee74acca23688d7b8cca2385d6209e2e3a279c5064d52a32316d607b31a5f8e3
Contents?: true
Size: 526 Bytes
Versions: 10
Compression:
Stored size: 526 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>SofaGallery</title> <%= javascript_include_tag 'sofa_gallery/application.js' %> <%= stylesheet_link_tag 'sofa_gallery/application.css' %> <%= yield :head %> </head> <body class='c_<%= params[:controller].gsub('/', '_') %> a_<%= params[:action] %>'> <% flash.each do |type, message| %> <div class='flash <%= type %>'><%= message %></div> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 2 rubygems