Sha256: 01382174d70176b3dd14124b8731f3ad038c9a3459a16fd68be9a5e0ea2cad49

Contents?: true

Size: 650 Bytes

Versions: 32

Compression:

Stored size: 650 Bytes

Contents

<h1> <%= @user.full_name %>'s report: </h1>
<div>
  <%= @user.email %>:
</div>
<p> <%= @user_message %> </p>
<h1> Error details: </h1>
<div>
  <%= @error_class %>: <%= @error_message %>
</div>
<div>
  <h4>Additional information:</h4>
  <ul>
    <% @additional_info.split("|||").each do |info| %>
      <li><%= info %></li>
    <% end %>
  </ul>
</div>
<div>
  <ul>
    <% @backtrace.split("\n").each do |line| %>
      <li>
        <% if Softwear::Auth::EmailsHelper.backtrace_is_from_app?(line) %>
          <strong><%= line %></strong><br />
        <% else %>
          <%= line %><br />
        <% end %>
      </li>
    <% end %>
  </ul>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
softwear-lib-2.0.10 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.9.2 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.9.1 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.9 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.8 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.7 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.6 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.5 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.4 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.3 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.2 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.1 app/views/error_report_mailer/send_report.html.erb