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-3.3.7 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.3.6 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.3.5 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.5 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.4 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.3 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.2 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.1 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.1.0 app/views/error_report_mailer/send_report.html.erb
softwear-lib-3.0.0 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.7 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.6 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.4 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.3 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.2 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.1 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.1.0 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.13 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.12 app/views/error_report_mailer/send_report.html.erb
softwear-lib-2.0.11 app/views/error_report_mailer/send_report.html.erb