From d7fad0790306d667f591912870282a26c5212612 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Fri, 8 Dec 2023 20:36:10 +0100 Subject: [PATCH] feat: add toggling display of owner column on the index --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/index.html b/templates/index.html index 8dc7bc5..bab4878 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,9 @@ Name Description + {% if config.enable_index_owner %} Owner + {% endif %} Idle @@ -35,6 +37,7 @@ {%- endif -%} + {% if config.enable_index_owner %} {%- if let Some(owner) = repository.owner -%} @@ -42,6 +45,7 @@ {%- endif -%} + {% endif %}