Skip to content

Commit a9c67ad

Browse files
authored
Merge pull request #2088 from davidtwco/alum-roles
show roles for alumni
2 parents 54a3501 + 952066e commit a9c67ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/governance/group-team.html.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
<div class="f4">
9393
GitHub: <a href="https://github.com/{{member.github}}">{{member.github}}</a>
9494
</div>
95+
{{#if member.roles}}
96+
<div class="f4">{{team-text team role (lookup member.roles 0)}}</div>
97+
{{/if}}
9598
</div>
9699
</div>
97100
{{/each}}

0 commit comments

Comments
 (0)