Sha256: 82c0d0e2e5879613623af6bf4bb5f7e566b1c4990f8fe0d9e3ce6ebd8c247e5e
Contents?: true
Size: 851 Bytes
Versions: 47
Compression:
Stored size: 851 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Exception Escalation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <h3><%=h @summary %></h3> <b>Error #:</b> <%= h(@cleaned_data[:timestamp]).presence || '<i>no error #</i>'.html_safe -%><br /> <b>Exception:</b> <%= h(@cleaned_data[:error_string]).gsub("\n","<br/>\n").gsub(/ {2,}/) { |spaces| ' '*spaces.size }.html_safe %><br /> <b>Server:</b> <%= h(@server).presence || '<i>hostname not set</i>'.html_safe -%><br /> <% if @cleaned_data[:scm_revision] %> <b>Revision:</b> <%= @cleaned_data[:scm_revision] %><br /> <% end %> </body> </html>
Version data entries
47 entries across 47 versions & 1 rubygems