Sha256: 666185353376d5612e2918e2d4765b28cb3900ed3e07c3f95f8ae35b3f5dba5b
Contents?: true
Size: 764 Bytes
Versions: 41
Compression:
Stored size: 764 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title><%%= "#{controller.controller_name}: #{controller.action_name}" %></title> <%%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %> <%%= stylesheet_link_tag 'blueprint/print', :media => 'print' %> <%%= "<!--[if IE]>#{stylesheet_link_tag 'blueprint/ie', :media => 'screen'}<![endif]-->" %> </head> <body> <div class="container"> <div id="content" class="column span-24"> <%% flash.each do |key, value| -%> <div class="<%%= key %>"> <%%= h(value) %> </div> <%% end %> <%%= yield %> </div> </div> </body> </html>
Version data entries
41 entries across 41 versions & 14 rubygems