Sha256: 1808df3f6a7142ac89213c42d1c2df25ee17cf031446109f6faead346c0aef09

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Herald</title>
    <title>Error 500 | Herald</title>
    <meta name="description" content="Herald - a Puppet report processor">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap<%= @minified %>.css">
    <!-- Optional theme -->
    <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme<%= @minified %>.css">
    <link rel="stylesheet" href="css/herald.css">
    <link rel="icon" type="image/png" href="img/shield97.png"/>
  </head>
  <body>

    <section class="container-fluid">
      <h2><img src="/img/shield97.svg" />Herald <small>a Puppet report processor</small></h2>
      
      <div class="jumbotron">
        <h2 class="text-danger glyphicon glyphicon-fire">Internal Server Error (500)</h2>
        <p>Something really unpredictable just happend...</p>
        <div class="well well-lg"><samp><%= @bug[:message] %></samp></div>
        <p><small><strong>Pro Tip!</strong> Please report this bug by passing contents of bug file: <code><%= @bug[:bugfile] %></code></small></p>
        <p><a class="btn btn-danger btn-lg" href="<%= @bug[:homepage] %>/issues/new" role="button">Report a bug</a></p>
      </div>
    </section>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puppet-herald-0.8.1 lib/puppet-herald/app/views/err500.erb
puppet-herald-0.8.0 lib/puppet-herald/app/views/err500.erb