Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix small typo in reports-table.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Wallgren committed Jun 2, 2014
1 parent 99519b5 commit e39959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _attachments/partials/reports-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span title="User" class="div-table-cell label label-inverse"><img class="avatar" monsterid="{{report.value.installation_id}}" ng-show="report.value.installation_id"/></span>
<span title="Crash date" class="div-table-cell label label-info">{{report.displayDate}}</span>
<span title="Application version name" class="div-table-cell label label-warning">{{report.value.application_version_name}}</span>
<span title="Android verion" class="div-table-cell label label-success">{{report.value.android_version}}</span>
<span title="Android version" class="div-table-cell label label-success">{{report.value.android_version}}</span>
<span title="Device" class="div-table-cell label">{{report.value.device}}</span>
<div class="div-table-cell exceptions">
<span title="Exception" class="label label-important">{{report.value.signature.digest}}</span>
Expand Down

0 comments on commit e39959d

Please sign in to comment.