-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIPP-1484: Add email templates for application owning team (#1175)
- Loading branch information
1 parent
c9bf402
commit 6435c94
Showing
7 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NotifyApplicationNewOwningTeam.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@* | ||
* Copyright 2024 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any])@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "There has been a change of application ownership") { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Your team @params("teamname") is the new owner of @params("applicationname").</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">You will no longer have access to @params("teamname").</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To access The Integration Hub, visit /integration-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The Integration Hub</p> | ||
} |
5 changes: 5 additions & 0 deletions
5
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NotifyApplicationNewOwningTeam.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@(params: Map[String, Any]) | ||
Your team @{params("teamname")} is the new owner of @{params("applicationname")}. | ||
To view this change, visit /integration-hub on the MDTP admin network. | ||
If this is an error, please follow the Get Support link on the Hub. | ||
From HMRC The Integration Hub |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NotifyApplicationOldOwningTeam.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@* | ||
* Copyright 2024 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any])@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "There has been a change of application ownership") { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Your team @params("oldteamname") is no longer the owner of @params("applicationname"). The team @{params("teamname")} is now the new owner of this application.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To view this change, visit /integration-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">If this is an error, please follow the Get Support link on the Hub.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The Integration Hub</p> | ||
} |
5 changes: 5 additions & 0 deletions
5
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NotifyApplicationOldOwningTeam.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@(params: Map[String, Any]) | ||
Your team @{params("oldteamname")} is no longer the owner of @{params("applicationname")}. The team @{params("teamname")} is now the new owner of this application. | ||
To view this change, visit /integration-hub on the MDTP admin network. | ||
If this is an error, please follow the Get Support link on the Hub. | ||
From HMRC The Integration Hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters