Skip to content

Commit bf5cf37

Browse files
author
saeta
committed
Fix errors found by running axess on itself.
1 parent eb982e3 commit bf5cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/index.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Dashboard</h2>
130130
@dashboard.map { entry =>
131131
<tr>
132132
<td>@entry.tag</td>
133-
<td><a href="@routes.ScanController.results(entry.scanId)">@entry.numErrors</a></td>
133+
<td><a href="@routes.ScanController.results(entry.scanId)">@entry.numErrors pages</a></td>
134134
</tr>
135135
}
136136
</tbody>

0 commit comments

Comments
 (0)