-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Richter <[email protected]>
- Loading branch information
1 parent
786af00
commit dbaef7f
Showing
4 changed files
with
91 additions
and
27 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
17 changes: 16 additions & 1 deletion
17
services/notifications/pkg/email/templates/shareCreated.email.tmpl
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 |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Hello {{ .ShareGrantee }}, | ||
|
||
{{ .ShareSharer }} has shared {{ .ShareFolder }} with you. | ||
|
||
Link: {{ .ShareLink }} | ||
Click here to view it: {{ .ShareLink }} | ||
|
||
---------------------------------------------------------- | ||
|
||
Hallo {{ .Grantee }}, | ||
|
||
{{ .ShareSharer }} hat dich zu {{ .ShareFolder }} eingeladen. | ||
|
||
Klicke hier zum Anzeigen: {{ .ShareLink }} | ||
|
||
|
||
--- | ||
ownCloud - Store. Share. Work. | ||
https://owncloud.com |
19 changes: 17 additions & 2 deletions
19
services/notifications/pkg/email/templates/sharedSpace.email.tmpl
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 |
---|---|---|
@@ -1,3 +1,18 @@ | ||
{{ .SpaceSharer }} has invited you to join {{ .SpaceName }} | ||
Hello {{ .SpaceGrantee }}, | ||
|
||
Link: {{ .ShareLink }} | ||
{{ .SpaceSharer }} has invited you to join {{ .SpaceName }}. | ||
|
||
Click here to view it: {{ .ShareLink }} | ||
|
||
---------------------------------------------------------- | ||
|
||
Hallo {{ .SpaceGrantee }}, | ||
|
||
{{ .SpaceSharer }} hat dich in den Space {{ .SpaceName }} eingeladen. | ||
|
||
Klicke hier zum Anzeigen: {{ .ShareLink }} | ||
|
||
|
||
--- | ||
ownCloud - Store. Share. Work. | ||
https://owncloud.com |
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