Sha256: 46fad78fbad0495f52406737b0d684191973d7cd9b0f58e508577a5aafa5b83d
Contents?: true
Size: 844 Bytes
Versions: 4
Compression:
Stored size: 844 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%=stylesheet_link_tag "cytoplasm/cytoplasm-"+Time.now.to_i.to_s, :media => "all", :cache => false%> <%=stylesheet_link_tag *Cytoplasm.css, :media => "all", :cache => false %> <%=stylesheet_link_tag "application", :media => "all" %> <%=javascript_include_tag "application" %> <%=javascript_include_tag *Cytoplasm.js %> <%=csrf_meta_tags %> </head> <body> <header> <h1>Cytoplasm Test Dummy</h1> <nav> <ul> <li><%=link_to("About","/about")%></li> <li><%=link_to("Demos","/demos")%></li> <li><%=link_to("Docs","/docs")%></li> <li><%=link_to("Downloads","/downloads")%></li> </ul> </nav> </header> <div id="main_content"><%= yield %></div> <footer>Copyright © 2012 <%=link_to("MacKinley Smith","http://www.mackinleysmith.com")%></footer> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems