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

Side by Side Diff: appengine/monorail/templates/tracker/issue-change-notification-email.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 [is comment.sequence "0"]Status: [is issue.status.name ""]----[else][issue.statu s.name][end]
2 Owner: [is issue.owner.username ""]----[else][issue.owner.display_name][end][if- any issue.cc]
3 CC: [for issue.cc][issue.cc.display_name][if-index issue.cc last] [else], [end] [end][end][if-any issue.labels]
4 Labels:[for issue.labels] [issue.labels.name][end][end][if-any issue.components]
5 Components:[for issue.components] [issue.components.path][end][end][if-any issue .blocked_on]
6 BlockedOn:[for issue.blocked_on] [if-any issue.blocked_on.visible][issue.blocked _on.display_name][end][end][end]
7 [else][if-any comment.amendments]Updates:
8 [for comment.amendments] [comment.amendments.field_name]: [format "raw"][ comment.amendments.newvalue][end]
9 [end][end][end]
10 [is comment.sequence "0"]New issue [issue.local_id][else]Comment #[comment.seque nce] on issue [issue.local_id][end] by [comment.creator.display_name]: [format " raw"][summary][end]
11 [detail_url]
12
13 [if-any comment.content][for comment.text_runs][include "render-plain-text.ezt" comment.text_runs][end][else](No comment was entered for this change.)[end]
14 [if-any comment.attachments]
15 Attachments:
16 [for comment.attachments] [comment.attachments.filename] [comment.attachm ents.filesizestr]
17 [end][end]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698