diff --git a/pykat/testing/web/templates/finesse_kat_history.html b/pykat/testing/web/templates/finesse_kat_history.html index 562010d6dbee2ba946e663cb21808f7b2ecd0936..cae7c676b9b04a51c837620041a887ccb4759318 100644 --- a/pykat/testing/web/templates/finesse_kat_history.html +++ b/pykat/testing/web/templates/finesse_kat_history.html @@ -18,7 +18,7 @@ </thead> {% for item in data%} <tr> - <td>{{item[0]}}</td> + <td><a href="/finesse/view/{{item[0]}}/">{{item[0]}}</a></td> <td>{{item[1]}}</td> <td>{{item[2]}}</td> <td>{{item[3]}}</td>