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

Version Path
sqlui-0.1.84 app/views/error.erb
sqlui-0.1.83 app/views/error.erb
sqlui-0.1.82 app/views/error.erb
sqlui-0.1.81 app/views/error.erb
sqlui-0.1.80 app/views/error.erb
sqlui-0.1.79 app/views/error.erb
sqlui-0.1.78 app/views/error.erb
sqlui-0.1.77 app/views/error.erb
sqlui-0.1.76 app/views/error.erb
sqlui-0.1.75 app/views/error.erb
sqlui-0.1.74 app/views/error.erb
sqlui-0.1.73 app/views/error.erb
sqlui-0.1.72 app/views/error.erb