Sha256: b995b7a243f26f815acc1497e8a7c48ade79c8471010515ce2aaf5feff5cfb11

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

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>
    <a class="sr-only sr-only-focusable" href="#content" data-turbolinks="false">Skip to Content</a>
    <a class="sr-only sr-only-focusable" href="#search" data-turbolinks="false">Skip to Search</a>

    <%= 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>
        <% if ENV['HORO_BADGE_VERSION'] %>
            <div id="version-badge"><%= ENV['HORO_BADGE_VERSION'] %></div>
        <% end %>
    </div>

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

Version data entries

5 entries across 5 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/rails/index.rhtml
sdoc-2.6.1 lib/rdoc/generator/template/rails/index.rhtml
sdoc-2.6.0 lib/rdoc/generator/template/rails/index.rhtml
sdoc-2.5.0 lib/rdoc/generator/template/rails/index.rhtml
sdoc-2.4.0 lib/rdoc/generator/template/rails/index.rhtml