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

Unified Diff: appengine/monorail/templates/tracker/render-plain-text.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/tracker/render-plain-text.ezt
diff --git a/appengine/monorail/templates/tracker/render-plain-text.ezt b/appengine/monorail/templates/tracker/render-plain-text.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..e79bb2a4342fcca285cb4d48f5f80b81023050b9
--- /dev/null
+++ b/appengine/monorail/templates/tracker/render-plain-text.ezt
@@ -0,0 +1,8 @@
+[# Safely display some text that includes some markup, completely removing the markup.
+
+ arg0 is a list of element EZT objects that have a tad and content and maybe some
+ other attributes.
+
+ We do not use extra whitespace in this template because it generates text into a
+ context where whitespace is significant.
+][arg0.content]
« no previous file with comments | « appengine/monorail/templates/tracker/label-fields.ezt ('k') | appengine/monorail/templates/tracker/render-rich-text.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698