Sha256: c1442fad5911f35550578278155dcab7ae9250abe2bea14caea0cea6275d092d
Contents?: true
Size: 1.3 KB
Versions: 7
Compression:
Stored size: 1.3 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!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> <title><%= h file.name %></title> <meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" /> <%= include_template '_head.rhtml', {:rel_prefix => rel_prefix} %> </head> <body> <div class="banner"> <% project_name = "connFu DSL"; project_version = "1.0"%> <span><%= ERB::Util.html_escape(project_name) %> <%= ERB::Util.html_escape(project_version)%></span><br /> <h1> <%= h file.name %> </h1> <ul class="files"> <% github = github_url(file.relative_name) if options.github %> <li> <%= h file.relative_name %> <% if github %> <a href="<%= github %>" target="_blank" class="github_url">on GitHub</a> <% end %> </li> <li>Last modified: <%= file.file_stat.mtime %></li> </ul> </div> <div id="bodyContent"> <%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems