unclesp1d3r/CipherSwarm

View on GitHub
app/views/errors/unsupported_version.html.erb

Summary

Maintainability
Test Coverage
<h1><%= title "Unsupported Version" %></h1>
<div class="row">
  <div class="col-xs-10 col-sm-6 offset-xs-1 offset-sm-3">
    <div class="card my-5">
      <div class="card-body">
        <i class="fas fa-4x fa-block float-end"></i>
        <h4 class="card-title">Unsupported Version</h4>
        <h6 class="card-subtitle mt-2 mb-3 text-muted">Doesn't look like that version exists.</h6>
        <p class="card-text">Maybe double check the URL and try again?</p>
      </div>
    </div>
  </div>
</div>