File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,15 @@ The project governance is available in the [project governance page]({{ base_url
52
52
### {{ workgroup.name }}
53
53
54
54
<ul >
55
- <li><b>Contact:</b> <a href="mailto:{{ workgroup.contact }}">{{ workgroup.contact }}</a></li>
55
+ <li><b>Contact:</b>
56
+ <a id="{{ workgroup.name|replace(' ', '-') }}" href="mailto:asp.{{ workgroup.contact }}">asp.{{ workgroup.contact }}</a>
57
+ <script TYPE="text/javascript">
58
+ var mail_tag_id = '{{ workgroup.name|replace(' ', '-') }}';
59
+ var mail_tag_element = document.getElementById( mail_tag_id );
60
+ mail_tag_element.innerHTML = mail_tag_element.innerHTML.replace(/^asp./, "");
61
+ mail_tag_element.setAttribute('href', "mailto:"+mail_tag_element.innerHTML);
62
+ </script>
63
+ </li>
56
64
<li><b>Responsibilities:</b> {{ workgroup.responsibilities }}</li>
57
65
<li><b>Members:</b>
58
66
<ul>
You can’t perform that action at this time.
0 commit comments