Sha256: 27b8fb3324ff9e7629a6c646cf8ed8f8bfe7c529fb426fd12ac428a453eb0430

Contents?: true

Size: 791 Bytes

Versions: 35

Compression:

Stored size: 791 Bytes

Contents

<% content_for :title, 'Finalize login settings' %>

<% if ok %>
    <div class="hero-unit">
        <h1>Hooray,</h1>
        <h2>everything seems to be in order, carry on.</h2>
    </div>

    <div class="alert alert-success">
        <a class="close" data-dismiss="alert" href="#">×</a>
        Login form verified, you're good to go.
    </div>
<% else %>
    <div class="hero-unit">
        <h1>Aouch,</h1>
        <h2>couldn't login using the form.</h2>
    </div>

    <div class="alert alert-error">
        <a class="close" data-dismiss="alert" href="#">×</a>
        Something didn't go quite as planned.
        Would you mind <a href="https://github.com/Arachni/arachni/issues">letting us know</a>?
    </div>
<% end %>

<a href="#" id="close" class="btn btn-inverse">Close</a>

Version data entries

35 entries across 35 versions & 1 rubygems

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