Sha256: 284503cc6bbf7a5b3dd8ec01e96aa06bc25cb39a26b47b2ed3e907a7f9747df8
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>home</title> <%= stylesheet_link_tag 'styles', 'jquery/jquery.autocomplete', 'muck-invites', :cache => false -%> <%= javascript_include_tag %w{ jquery/jquery.js jquery/jquery-ui.js jquery/jquery.form.js jquery/jquery.autocomplete.min.js muck.js application.js }, :cache => 'all_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? -%> <%= yield :head -%> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> </head> <body> <div id="header"> <div id="top-navigation"> </div> <div class="clear"></div> </div> <div id="main"> <div id="content"> <%= yield %> </div> </div> <div id="footer"> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems