Sha256: 65c37f5abdd9b678bd52e405924d381935f5bc5c9d2f367b6f39478042b4b35c
Contents?: true
Size: 532 Bytes
Versions: 12
Compression:
Stored size: 532 Bytes
Contents
!!! %html %head %title = yield(:title) || "Untitled" %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/ = stylesheet_link_tag "application", 'jquery-ui-1.8.2.custom' = javascript_include_tag 'jquery-1.5.1.min.js', 'jquery-ui.min.js', 'rails', 'autocomplete-rails' = csrf_meta_tag = yield(:head) %body #container - flash.each do |name, msg| = content_tag :div, msg, :id => "flash_#{name}" - if show_title? %h1= yield(:title) = yield
Version data entries
12 entries across 12 versions & 1 rubygems