Sha256: 52f5a6dca46cd62ec5d1900092b3ce24a72f1265083453411cdc44c7f7be3c64
Contents?: true
Size: 605 Bytes
Versions: 13
Compression:
Stored size: 605 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <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
13 entries across 13 versions & 2 rubygems