diff themes/bulma/index.mustache @ 41:00b9af607524

scid: implement /jobresults/id page
author David Demelier <markand@malikania.fr>
date Tue, 09 Aug 2022 14:52:34 +0200
parents 752bb1cd2dd8
children 3cf148705724
line wrap: on
line diff
--- a/themes/bulma/index.mustache	Sun Aug 07 08:43:32 2022 +0200
+++ b/themes/bulma/index.mustache	Tue Aug 09 14:52:34 2022 +0200
@@ -12,7 +12,7 @@
 
 								<div class="content">
 									{{#jobs}}
-									<table class="table">
+									<table class="table jobresult-table">
 										<thead>
 											<tr>
 												<th>job</th>
@@ -22,7 +22,7 @@
 										</thead>
 									{{#jobs}}
 										<tr>
-											<td><a href="jobs/{{job}}">{{id}}</a></td>
+											<td><a href="jobresults/{{id}}">{{id}}</a></td>
 											<td>{{tag}}</td>
 											<td><span class="tag {{classname}} is-light">{{status}}</span></td>
 										</tr>