| Index: appengine/monorail/templates/features/activity-body.ezt
|
| diff --git a/appengine/monorail/templates/features/activity-body.ezt b/appengine/monorail/templates/features/activity-body.ezt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..640b1d39d4e41a5e838e9836b2e6bf4f4b3d13e3
|
| --- /dev/null
|
| +++ b/appengine/monorail/templates/features/activity-body.ezt
|
| @@ -0,0 +1,9 @@
|
| +[# This template is used to pre-render the title of an activity so that it can
|
| + later be accessed as activity.escaped_title.
|
| +]
|
| +
|
| +[is activity_type "ProjectIssueUpdate"]
|
| + [include "updates-issueupdate-body.ezt"]
|
| +[else]
|
| + Body?
|
| +[end]
|
|
|