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| '&nbsp;'*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

Version Path
exception_handling-2.17.0.pre.tstarck.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.16.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.15.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.14.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.14.0.pre.gk.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.14.0.pre.gk.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.13.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.13.0.pre.dc.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.12.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.12.0.gfaza.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.11.4.gfaza.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.11.3 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.11.2 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.11.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.11.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.10.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.10.0.pre.2 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.10.0.pre.1 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.9.0 views/exception_handling/mailer/escalation_notification.html.erb
exception_handling-2.9.0.pre.1 views/exception_handling/mailer/escalation_notification.html.erb