Sha256: 4cfe397554f32576e3f7a0e7e7b5f2379faa5829587d72253c558bc7cb062844
Contents?: true
Size: 1.13 KB
Versions: 18
Compression:
Stored size: 1.13 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html class="noscript" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<%%= Comatose.config.content_type %>"/> <title>Comatose Admin</title> <%= style_contents %> <%%= javascript_include_tag :defaults %> <%= script_contents %> </head> <body> <div id="page-container"> <div id="header"> <h1><%%= link_to Comatose.config.admin_title, :controller=>controller.controller_name, :action=>'index' %></h1> <div id="flash"> <span id="flash-content"><%%= flash[:notice] %></span> </div> <h5><%%= Comatose.config.admin_sub_title %></h5> </div> <div id="content"> <%%= yield %> </div> <div id="footer"> Powered by <a href="http://comatose.rubyforge.org" target="_new_window">Comatose <%%= Comatose::VERSION_STRING %></a>, created by <a href="http://www.mattmccray.com" target="_new_window">M@ McCray</a>. </div> </div> </body> </html>
Version data entries
18 entries across 18 versions & 6 rubygems