Skip to content

Commit 9ef22b1

Browse files
feat: release url to build
1 parent 637e391 commit 9ef22b1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web/views/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,19 @@ <h2>Build</h2>
7474
</tr>
7575
<tr>
7676
<th scope="row"><strong>Commit</strong></th>
77-
<td><a href="{{build.CommitURL}}">{{build.Commit}}</a></td>
77+
<td>
78+
<a href="{{build.CommitURL}}">{{build.Commit}}</a>
79+
</td>
7880
</tr>
7981
<tr>
8082
<th scope="row"><strong>Date</strong></th>
8183
<td>{{build.Date}}</td>
8284
</tr>
8385
<tr>
8486
<th scope="row"><strong>Version</strong></th>
85-
<td>{{build.Version}}</td>
87+
<td>
88+
<a href="{{build.ReleaseURL}}">{{build.Version}}</a>
89+
</td>
8690
</tr>
8791
</tbody>
8892
</table>

0 commit comments

Comments
 (0)