Sha256: f969d3e6ca43509717d47976a5e2ed3bee3ac74572e6acd75218df998076522e
Contents?: true
Size: 974 Bytes
Versions: 1
Compression:
Stored size: 974 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title><%= @options.title %></title> <meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <%= include_template '_head.rhtml', {:rel_prefix => rel_prefix, tree_keys: []} %> </head> <body> <%= include_template '_panel.rhtml' %> <div class="banner"> <% if ENV['HORO_PROJECT_NAME'] %> <span><%= ERB::Util.html_escape(ENV['HORO_PROJECT_NAME']) %> <%= ERB::Util.html_escape(ENV['HORO_PROJECT_VERSION']) %></span><br /> <% end %> <h2> <%= h index.name %> </h2> <ul class="files"> <li><%= h index.relative_name %></li> <li>Last modified: <%= index.last_modified %></li> </ul> </div> <div id="bodyContent"> <%= include_template '_context.rhtml', {:context => index } %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sdoc-2.1.0 | lib/rdoc/generator/template/rails/index.rhtml |