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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 [# Format the body of one issue update in the activities list.]
2
3 <span class="ot-issue-comment">
4 [for comment.text_runs][include "../tracker/render-rich-text.ezt" comment.text _runs][end]
5 </span>
6
7 [if-any comment.amendments]
8 <div class="ot-issue-fields">
9 [for comment.amendments]
10 <div class="ot-issue-field-wrapper">
11 <span class="ot-issue-field-name">[comment.amendments.field_name]: </span >
12 <span class="ot-issue-field-value">[comment.amendments.newvalue]</span>
13 </div>
14 [end]
15 </div>
16 [end]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698