| Line | |
|---|
| 1 | {% choose %}\ |
|---|
| 2 | {% when action == "created" %} * The user '${author}' has created the page: ${page.name}. {% end %}\ |
|---|
| 3 | {% when action == "changed" %} * The user '${author}' has changed the page: ${page.name}. |
|---|
| 4 | * Diff link: <URL:${diff_link}> |
|---|
| 5 | ${diff} |
|---|
| 6 | {% end %}\ |
|---|
| 7 | {% when action == "attachment added" %} * The user '${author}' has added the attachment '${attachment.filename}' to the page: ${page.name}. {% end %}\ |
|---|
| 8 | {% when action == "version deleted" %} * The page '${page.name}' has been reverted to its previous version. {% end %}\ |
|---|
| 9 | {% when action == "deleted" %} * The '${page.name}' has been deleted. {% end %}\ |
|---|
| 10 | {% end %}\ |
|---|
| 11 | -- |
|---|
| 12 | Page URL: <${page_link}> |
|---|
| 13 | ${project_name} URL: <${project_link}> |
|---|
| 14 | ${project_desc} |
|---|
Note: See
TracBrowser
for help on using the repository browser.