Added commenting on the list page

This commit is contained in:
Latif Khalifa
2013-10-15 10:04:06 +02:00
parent a0a18e9378
commit 8dd29da01a
6 changed files with 54 additions and 19 deletions

View File

@@ -123,6 +123,10 @@ $(function() {
<th>Crash Reason</th>
<td><?php echo htmlentities($report->crash_reason . " at " . $report->crash_address . " thread " . $report->crash_thread) ?></td>
</tr>
<tr>
<th>Crash Type</th>
<td><a href="crashes.php?signature_id=<?php echo $report->signature_id ?>"><?php echo $report->signature_id ?></a></td>
</tr>
<tr>
<th>Minidump</th>
<td><a href="download.php/singularity<?php echo (int)$report->id ?>.dmp?report_id=<?php echo (int)$report->id ?>">Download</a></td>