Sha256: 89363e8ab19b24cbfd3f9a58701eefa5e496db2af13b595ef07654c81100fa3c

Contents?: true

Size: 934 Bytes

Versions: 9

Compression:

Stored size: 934 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
    <title><%= h file.name %></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} %>
</head>

<body>
    <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 %>
        <h1>
            <%= h file.name %>
        </h1>
        <ul class="files">
            <li><%= h file.relative_name %></li>
            <li>Last modified: <%= file.last_modified %></li>
        </ul>
    </div>

    <main id="bodyContent">
        <%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>
    </main>
  </body>
</html>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/sdoc-2.6.1/lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.6.1 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.6.0 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.5.0 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.4.0 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.3.2 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.3.1 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.3.0 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-2.2.0 lib/rdoc/generator/template/sdoc/file.rhtml