From 7f87e6d8eb219f0bcf9266ea2fb5c4062a57c0c2 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 2 Feb 2022 18:18:08 +0100 Subject: Add links to hydra --- templates/tree.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/tree.html b/templates/tree.html index caa9c3e..7760907 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -1,17 +1,23 @@ {# SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception #} {#- SPDX-FileCopyrightText: 2021 Alyssa Ross -#} +{#- SPDX-FileCopyrightText: 2022 Arnout Engelen -#}
  • {% match accepted %} {%- when Some with (true) -%} {%- when Some with (false) -%} - + {%- when None -%} - + {% endmatch %} - {{ branch_name }} + {% match hydra_link %} + {%- when Some with (link) -%} + {{ branch_name }} + {%- when None -%} + {{ branch_name }} + {% endmatch %} {% if !children.is_empty() %}
      -- cgit 1.4.1