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

Unified Diff: appengine/monorail/templates/features/activity-title.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-title.ezt
diff --git a/appengine/monorail/templates/features/activity-title.ezt b/appengine/monorail/templates/features/activity-title.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..c7e2f2f785acbb5320e3f4ec69a43a69f3c1dd02
--- /dev/null
+++ b/appengine/monorail/templates/features/activity-title.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-title.ezt"]
+[else]
+ title?
+[end]
« no previous file with comments | « appengine/monorail/templates/features/activity-body.ezt ('k') | appengine/monorail/templates/features/cues.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698