about summary refs log tree commit diff
path: root/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 5a851a1..caa9c3e 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -1,13 +1,13 @@
-<!-- SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception -->
-<!-- SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is> -->
+{# SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception #}
+{#- SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is> -#}
 
 <li>
   {% match accepted %}
-  {% when Some with (true) %}
+  {%- when Some with (true) -%}
   <span class="state-accepted">✅</span>
-  {% when Some with (false) %}
+  {%- when Some with (false) -%}
   <span class="state-pending">⚪</span>
-  {% when None %}
+  {%- when None -%}
   <span class="state-unknown">❓</span>
   {% endmatch %}