Skip to content

Commit 7ae10ea

Browse files
committed
update email template for invite request
1 parent 9d55881 commit 7ae10ea

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

emails/src/partials/project-team.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@
9898
<tr>
9999
<td class="empty-child-one"></td>
100100
<td class="second-child" align="center">
101-
<a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}">
102-
View project on Connect
103-
</a>
101+
{{#if [notifications.connect.project.member.invite.requested]}}
102+
<a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}#manageTopcoderTeam">
103+
Manage project team
104+
</a>
105+
{{else}}
106+
<a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}">
107+
View project on Connect
108+
</a>
109+
{{/if}}
104110
</td>
105111
<td class="empty-child-one"></td>
106112
</tr>

0 commit comments

Comments
 (0)