Sha256: 1dd29e5ef2cfe39dd5bb2a4bb0e3075b693fa660c1e9986d6b5a940a77e572c5
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Demo Application</title> <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" %> <%= javascript_include_tag 'jquery.livequery.min' %> <%= presentation_stylesheets('grid', 'search', 'details', 'grid-color', 'search-color', 'details-color') %> <%= presentation_javascript('search') %> <head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
presenting-1.0.0 | test/rails/app/views/layouts/application.html.erb |