Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: appengine/monorail/templates/features/activity-body.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]

Powered by Google App Engine
This is Rietveld 408576698