We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb982e3 commit bf5cf37Copy full SHA for bf5cf37
app/views/index.scala.html
@@ -130,7 +130,7 @@ <h2>Dashboard</h2>
130
@dashboard.map { entry =>
131
<tr>
132
<td>@entry.tag</td>
133
- <td><a href="@routes.ScanController.results(entry.scanId)">@entry.numErrors</a></td>
+ <td><a href="@routes.ScanController.results(entry.scanId)">@entry.numErrors pages</a></td>
134
</tr>
135
}
136
</tbody>
0 commit comments