Sha256: f1ad5960ea05beda753083728fafaa836f347f8433b1697f2f7967c045c55916

Contents?: true

Size: 1.37 KB

Versions: 9

Compression:

Stored size: 1.37 KB

Contents

<!DOCTYPE>
<html>
  <head>
    <title>Teabag :: Suites</title>
    <meta name="viewport" content="width=device-width, user-scalable=no">
    <%= csrf_meta_tags %>
    <%= stylesheet_link_tag_for_teabag *(@suites.first.present? ? @suites.first.stylesheets : "teabag") %>
    <%= javascript_include_tag_for_teabag "teabag-teabag" %>
  </head>
  <body>
    <div id="teabag-interface">
      <div class="teabag-clearfix">
        <div id="teabag-title">
          <h1>Teabag</h1>
          <ul>
            <li>version: <b><%= Teabag::VERSION %></b></li>
            <li><a href="http://github.com/modeset/teabag" target="blank">http://github.com/modeset/teabag</a></li>
          </ul>
        </div>
        <div id="teabag-progress"><div class="teabag-indicator modeset-logo"></div></div>
      </div>
      <div id="teabag-controls" class="teabag-clearfix">
        <input type="text" id="teabag-filter-input" placeholder="filter files"/>
      </div>
      <hr/>
      <ul id="teabag-suite-list">
        <% for suite in @suites %>
          <li class="suite">
            <h1><%= link_to suite.name, suite.link %></h1>
            <ul class="file">
              <% for file in suite.spec_files %>
                <h4><%= link_to file[:name], suite.link(file: file[:path]) %></h4>
              <% end %>
            </ul>
          </li>
        <% end %>
      </ul>
    </div>
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
teabag-0.7.3 app/views/teabag/spec/suites.html.erb
teabag-0.7.2 app/views/teabag/spec/suites.html.erb
teabag-0.7.1 app/views/teabag/spec/suites.html.erb
teabag-0.7.0 app/views/teabag/spec/suites.html.erb
teabag-0.6.0 app/views/teabag/spec/suites.html.erb
teabag-0.5.5 app/views/teabag/spec/suites.html.erb
teabag-0.5.4 app/views/teabag/spec/suites.html.erb
teabag-0.5.3 app/views/teabag/spec/suites.html.erb
teabag-0.5.2 app/views/teabag/spec/suites.html.erb