From b13f331f2c3fbd5fde76cc55c5deea475bc11a50 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Mon, 25 May 2020 08:44:07 +0400 Subject: [PATCH] fix urls --- .../mail_templates/grantAuthorsChangeNotification.html | 2 +- src/main/resources/mail_templates/grantCreateNotification.html | 2 +- .../resources/mail_templates/grantDeadlineNotification.html | 2 +- .../resources/mail_templates/grantLeaderChangeNotification.html | 2 +- src/main/resources/mail_templates/paperCreateNotification.html | 2 +- .../resources/mail_templates/paperDeadlineNotification.html | 2 +- src/main/resources/mail_templates/paperFailedNotification.html | 2 +- .../resources/mail_templates/paperStatusChangeNotification.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/mail_templates/grantAuthorsChangeNotification.html b/src/main/resources/mail_templates/grantAuthorsChangeNotification.html index ada7a3f..1fec93e 100644 --- a/src/main/resources/mail_templates/grantAuthorsChangeNotification.html +++ b/src/main/resources/mail_templates/grantAuthorsChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Состав рабочей группы гранта "Title" сменился с " oldAuthors" на " newAuthors". diff --git a/src/main/resources/mail_templates/grantCreateNotification.html b/src/main/resources/mail_templates/grantCreateNotification.html index c8333dc..04f02e6 100644 --- a/src/main/resources/mail_templates/grantCreateNotification.html +++ b/src/main/resources/mail_templates/grantCreateNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Был добавлен новый грант: " + Был добавлен новый грант: " Title".

diff --git a/src/main/resources/mail_templates/grantDeadlineNotification.html b/src/main/resources/mail_templates/grantDeadlineNotification.html index 01d168b..98831b0 100644 --- a/src/main/resources/mail_templates/grantDeadlineNotification.html +++ b/src/main/resources/mail_templates/grantDeadlineNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Приближается дедлайн гранта "Title".

diff --git a/src/main/resources/mail_templates/grantLeaderChangeNotification.html b/src/main/resources/mail_templates/grantLeaderChangeNotification.html index 35bb54a..0ea1c0b 100644 --- a/src/main/resources/mail_templates/grantLeaderChangeNotification.html +++ b/src/main/resources/mail_templates/grantLeaderChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Руководитель гранта "Title" сменился с "oldLeader" на "newLeader". diff --git a/src/main/resources/mail_templates/paperCreateNotification.html b/src/main/resources/mail_templates/paperCreateNotification.html index 87d070a..6d6f9ff 100644 --- a/src/main/resources/mail_templates/paperCreateNotification.html +++ b/src/main/resources/mail_templates/paperCreateNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Вам нужно поработать над статьей "Title".

diff --git a/src/main/resources/mail_templates/paperDeadlineNotification.html b/src/main/resources/mail_templates/paperDeadlineNotification.html index 7b245c4..221dc43 100644 --- a/src/main/resources/mail_templates/paperDeadlineNotification.html +++ b/src/main/resources/mail_templates/paperDeadlineNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Приближается дедлайн статьи "Title".

diff --git a/src/main/resources/mail_templates/paperFailedNotification.html b/src/main/resources/mail_templates/paperFailedNotification.html index 1c9fd8c..13008ec 100644 --- a/src/main/resources/mail_templates/paperFailedNotification.html +++ b/src/main/resources/mail_templates/paperFailedNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Статья "Title" провалена. Предыдущий статус - "oldStatus".

diff --git a/src/main/resources/mail_templates/paperStatusChangeNotification.html b/src/main/resources/mail_templates/paperStatusChangeNotification.html index fd9ce6e..b8c76ef 100644 --- a/src/main/resources/mail_templates/paperStatusChangeNotification.html +++ b/src/main/resources/mail_templates/paperStatusChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Статус статьи "Title" сменился с "oldStatus" на "newStatus".