Sha256: cbe7d032bc876d638b5781f224eaceb460e2749ec61d9c375766ba3cc3ba9ae8
Contents?: true
Size: 741 Bytes
Versions: 10
Compression:
Stored size: 741 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%=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
10 entries across 10 versions & 1 rubygems