Sha256: aed99c3d234d47ff50d2370c039c7f625482d412a152effa91d1db8fb7d9cee5
Contents?: true
Size: 849 Bytes
Versions: 55
Compression:
Stored size: 849 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
55 entries across 55 versions & 1 rubygems