Sha256: fdce4f7124aeb9e5e425eff914bac84608efe44eadbc32f9aa24501da39a70e5

Contents?: true

Size: 1.1 KB

Versions: 16

Compression:

Stored size: 1.1 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>" />
    <% stylesheets_full_list.each do |stylesheet| %>
      <link rel="stylesheet" href="<%= url_for(stylesheet) %>" type="text/css" media="screen" charset="utf-8" />
    <% end %>

    <% javascripts_full_list.each do |javascript| %>
      <script type="text/javascript" charset="utf-8" src="<%= url_for(javascript) %>"></script>
    <% end %>

    <title><%= @list_title %></title>
    <base id="base_target" target="_parent" />
  </head>
  <body>
    <script type="text/javascript" charset="utf-8">
      if (window.top.frames.main) {
        document.getElementById('base_target').target = 'main';
        document.body.className = 'frames';
      }
    </script>
    <div id="content">
      <h1 id="full_list_header"><%= @list_title %></h1>

      <ul id="full_list" class="<%= @list_class || @list_type %>">
        <%= erb "full_list_#{@list_type}" %>
      </ul>
    </div>
  </body>
</html>

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
shoulda-matchers-3.1.3 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.1.2 doc_config/yard/templates/default/fulldoc/html/full_list.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-matchers-2.8.0/doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.1.1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.1.0 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.0.1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.0.0 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-3.0.0.rc1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-2.8.0 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-2.8.0.rc2 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-2.8.0.rc1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-2.7.0 doc_config/yard/templates/default/fulldoc/html/full_list.erb
shoulda-matchers-2.6.2 doc_config/yard/templates/default/fulldoc/html/full_list.erb
mcmire-shoulda-matchers-2.6.2.docs.1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
mcmire-shoulda-matchers-2.6.1.docs.1 doc_config/yard/templates/default/fulldoc/html/full_list.erb
mcmire-shoulda-matchers-2.5.0 doc_config/yard/templates/default/fulldoc/html/full_list.erb