Sha256: aaa07922744f3381f8dcc692a90e988f12845bd8681d2e68614814c58740ad05

Contents?: true

Size: 837 Bytes

Versions: 21

Compression:

Stored size: 837 Bytes

Contents

<h2>Plugin results</h2>

<div id="plugin-tabs">
    <ul class="nav nav-tabs">
        <% plugins.keys.each.with_index do |name, i| %>
            <li <%= 'class="active"' if i == 0 %> >
                <a href="#!/plugins/<%= name %>">
                    <%= escapeHTML get_plugin_info( name )[:name] %>
                </a>
            </li>
        <% end %>
    </ul>

    <div class="tab-content">
    <% plugins.each do |name, html| %>
        <div class="tab-pane <%= 'active' if plugins.keys.first == name %>"
             id="plugins-<%= name %>">

            <div class="plugin-description markdown">
                <%= md get_plugin_info(name)[:description] %>
            </div>

            <div class="plugin-results">
                <%= html.recode %>
            </div>
        </div>
    <% end %>
    </div>

</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
arachni-1.6.1.3 components/reporters/html/default/plugins.erb
arachni-1.6.1.2 components/reporters/html/default/plugins.erb
arachni-1.6.1.1 components/reporters/html/default/plugins.erb
arachni-1.6.1 components/reporters/html/default/plugins.erb
arachni-1.6.0 components/reporters/html/default/plugins.erb
arachni-1.5.1 components/reporters/html/default/plugins.erb
arachni-1.5 components/reporters/html/default/plugins.erb
arachni-1.4 components/reporters/html/default/plugins.erb
arachni-1.3.2 components/reporters/html/default/plugins.erb
arachni-1.3.1 components/reporters/html/default/plugins.erb
arachni-1.3 components/reporters/html/default/plugins.erb
arachni-1.2.1 components/reporters/html/default/plugins.erb
arachni-1.2 components/reporters/html/default/plugins.erb
arachni-1.1 components/reporters/html/default/plugins.erb
arachni-1.0.6 components/reporters/html/default/plugins.erb
arachni-1.0.5 components/reporters/html/default/plugins.erb
arachni-1.0.4 components/reporters/html/default/plugins.erb
arachni-1.0.3 components/reporters/html/default/plugins.erb
arachni-1.0.2 components/reporters/html/default/plugins.erb
arachni-1.0.1 components/reporters/html/default/plugins.erb