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

Unified Diff: appengine/monorail/templates/features/updates-issueupdate-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/updates-issueupdate-body.ezt
diff --git a/appengine/monorail/templates/features/updates-issueupdate-body.ezt b/appengine/monorail/templates/features/updates-issueupdate-body.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..5d0f683207d529cc6311bda718456e4209053e08
--- /dev/null
+++ b/appengine/monorail/templates/features/updates-issueupdate-body.ezt
@@ -0,0 +1,16 @@
+[# Format the body of one issue update in the activities list.]
+
+<span class="ot-issue-comment">
+ [for comment.text_runs][include "../tracker/render-rich-text.ezt" comment.text_runs][end]
+</span>
+
+[if-any comment.amendments]
+ <div class="ot-issue-fields">
+ [for comment.amendments]
+ <div class="ot-issue-field-wrapper">
+ <span class="ot-issue-field-name">[comment.amendments.field_name]: </span>
+ <span class="ot-issue-field-value">[comment.amendments.newvalue]</span>
+ </div>
+ [end]
+ </div>
+[end]

Powered by Google App Engine
This is Rietveld 408576698