From 952066ecd519f85662b9d5cab2b25e5003e5d1c1 Mon Sep 17 00:00:00 2001 From: David Wood Date: Tue, 12 Nov 2024 16:41:00 +0000 Subject: [PATCH] show roles for alumni --- templates/governance/group-team.html.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/governance/group-team.html.hbs b/templates/governance/group-team.html.hbs index 529cf0b2..ad16675a 100644 --- a/templates/governance/group-team.html.hbs +++ b/templates/governance/group-team.html.hbs @@ -92,6 +92,9 @@
GitHub: {{member.github}}
+ {{#if member.roles}} +
{{team-text team role (lookup member.roles 0)}}
+ {{/if}} {{/each}}