File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ governance-team-email = Email the { $teamname }
19
19
governance-team-repository = { $teamname } repository
20
20
governance-team-discord = { $channel } on Discord
21
21
governance-team-zulip = { $stream } on Zulip
22
+ governance-team-matrix-room = { $room } on Matrix
22
23
governance-user-github = GitHub: { $link }
23
24
governance-user-team-leader = Team leader
24
25
governance-members-header = Members
Original file line number Diff line number Diff line change 36
36
</a >
37
37
</div >
38
38
{{ /if }}
39
+ {{ #if team.website_data.matrix_room }}
40
+ <div class =" pt4 pt3-l flex flex-column flex-row-l items-center-l" >
41
+ <a class =" button button-secondary" href =" https://matrix.to/#/{{ team.website_data.matrix_room }} " >
42
+ {{ #fluent " governance-team-matrix-room" }}{{ #fluentparam " room" }} {{ team.website_data.matrix_room }} {{ /fluentparam }}{{ /fluent }}
43
+ </a >
44
+ </div >
45
+ {{ /if }}
39
46
</div >
40
47
</div >
41
48
</div >
You can’t perform that action at this time.
0 commit comments