Project

General

Profile

« Previous | Next » 

Revision 83b2f425

Added by Martin Milata over 9 years ago

Debug parameter for showing bthash

View differences:

app/views/abrt_reports/_show_response.html.erb
<div class="row">
<div class="col-md-12">
<p><%= _('The report has been sent for analysis on %s.') % @abrt_report.forwarded_at.getlocal %></p>
<% if !params[:show_bthash].nil? %>
<p> <%= _('bthash: %s') % @abrt_report.response_bthash %> </p>
<% end %>
</div>
</div>

Also available in: Unified diff