Skip to content

Commit 281bb5f

Browse files
committed
governance: Use non-localized fragment identifiers
This allows us to use them in redirects regardless of the locale.
1 parent 660f75c commit 281bb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/governance/group-team.html.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<a id="{{team-text team name}}" name="{{team.name}}"></a>
1+
<a id="team-{{team.name}}"></a>
22
<div class="w-100 mw-none mw-8-m mw9-l ph3 center f3">
33
<header class="pb0 pt5">
4-
<a class="linkable-subheading" href="#{{team-text team name}}"><h2>{{team-text team name}}</h2></a>
4+
<a class="linkable-subheading" href="#team-{{team.name}}"><h2>{{team-text team name}}</h2></a>
55
<div class="highlight"></div>
66
</header>
77
<div>

0 commit comments

Comments
 (0)