We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d55881 commit 7ae10eaCopy full SHA for 7ae10ea
emails/src/partials/project-team.html
@@ -98,9 +98,15 @@
98
<tr>
99
<td class="empty-child-one"></td>
100
<td class="second-child" align="center">
101
- <a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}">
102
- View project on Connect
103
- </a>
+ {{#if [notifications.connect.project.member.invite.requested]}}
+ <a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}#manageTopcoderTeam">
+ Manage project team
104
+ </a>
105
+ {{else}}
106
+ <a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}">
107
+ View project on Connect
108
109
+ {{/if}}
110
</td>
111
112
</tr>
0 commit comments