Sha256: 059b2059af7694e845b094a50d297fa27bd8ae303c0770e4258e8e4ec74aa55a
Contents?: true
Size: 580 Bytes
Versions: 49
Compression:
Stored size: 580 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title><%%= h(yield(:title) || "Untitled") %></title> <%%= stylesheet_link_tag '<%= file_name %>' %> <%%= yield(:head) %> </head> <body> <div id="container"> <%%- flash.each do |name, msg| -%> <%%= content_tag :div, msg, :id => "flash_#{name}" %> <%%- end -%> <%%- if show_title? -%> <h1><%%=h yield(:title) %></h1> <%%- end -%> <%%= yield %> </div> </body> </html>
Version data entries
49 entries across 49 versions & 14 rubygems