Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
bug 832351 - expose B2G_OS_VERSION in report/index
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Mar 6, 2013
1 parent eb8e50d commit b0dc680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crashstats/crashstats/templates/crashstats/report_index.html
Expand Up @@ -105,6 +105,12 @@ <h2>{{ report.product }} {{ report.version }} Crash Report [@ {{ report.signatur
<th>OS Version</th>
<td>{{ report.os_version }}</td>
</tr>
{% if raw.B2G_OS_VERSION %}
<tr>
<th>B2G OS Version</th>
<td><pre>{{ raw.B2G_OS_VERSION }}</pre></td>
</tr>
{% endif %}
<tr>
<th>Build Architecture</th>
<td>{{ report.cpu_name }}</td>
Expand Down

0 comments on commit b0dc680

Please sign in to comment.