Sha256: 053df5245afebe5419e7150ea21721ecf62a64bb62e5abbb95679a83cfa4486e
Contents?: true
Size: 428 Bytes
Versions: 32
Compression:
Stored size: 428 Bytes
Contents
!!! Strict %html{html_attrs} %head %title = h(yield(:title) || "Untitled") %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/ = stylesheet_link_tag '<%= file_name %>' = yield(:head) %body #container - flash.each do |name, msg| = content_tag :div, msg, :id => "flash_#{name}" - if show_title? %h1=h yield(:title) = yield
Version data entries
32 entries across 32 versions & 14 rubygems