Sha256: 9b9a33ca66169d151e218a85ed101bf41efeac1f0419f35517f52cbe08c44577
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
<html> <head> <title>Solid Errors | <%= @error.severity_emoji %> <%= @error.exception_class %></title> <%= render "layouts/solid_errors/style" %> </head> <body> <%= render "solid_errors/errors/error", error: @error, show_actions: false %> <br> <br> <%= render "solid_errors/occurrences/occurrence", occurrence: @occurrence %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems