about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-15T12·22+0300
committertazjin <mail@tazj.in>2021-09-15T12·32+0000
commit2c35244d162b2f98a5cbd89de00f8608d40c5a23 (patch)
tree4a5dcc650ead1c6160b447db679ba1242133f327 /web
parent529ac7fd12633ec93b04ee4125dc4f9abd1c1b60 (diff)
feat(web/template): Link to CI in TVL page footers r/2863
Change-Id: I53229374605774f34d3cfda2b071f65b79227a24
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3555
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/template/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index c125e67326..fe316b6709 100644
--- a/web/tvl/template/default.nix
+++ b/web/tvl/template/default.nix
@@ -46,6 +46,8 @@ runCommandNoCC "index.html" {
         |
         <a class="uncoloured-link" href="https://cl.tvl.fyi/">reviews</a>
         |
+        <a class="uncoloured-link" href="https://tvl.fyi/builds">ci</a>
+        |
         <a class="uncoloured-link" href="https://b.tvl.fyi/">bugs</a>
         |
         <a class="uncoloured-link" href="https://todo.tvl.fyi/">todos</a>