Sha256: 5cfbfbd63bdd2ce0e6d769a99990f196036805c7ef0618f5a4829cde53f8aea0
Contents?: true
Size: 597 Bytes
Versions: 13
Compression:
Stored size: 597 Bytes
Contents
<!DOCTYPE html> <html> <html lang="en"> <head> <meta charset="utf-8"> <title><%= title %></title> <link rel="icon" type="image/x-icon" href="<%= resource_path_map['favicon.svg'] %>"> </head> <body style="font-family: monospace; color: #333; font-size: 16px; margin: 0;"> <div style="padding: 10px;"> <% if defined?(heading) && heading %> <h2><%= heading %></h2> <% end %> <% if defined?(message) && message %> <h3>Message</h3> <p><%= message %></p> <% end %> <% if defined?(stacktrace) && stacktrace %> <h3>Stacktrace</h3> <pre> <%= stacktrace %> </pre> <% end %> </div> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems