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

Side by Side Diff: appengine/monorail/templates/features/updates-issueupdate-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 unified diff | Download patch
OLDNEW
(Empty)
1 [# Pre-render the title of an activity for an issue update.]
2
3 [include "updates-issue-link.ezt"]
4 ([issue.short_summary])
5
6 [define field_changed][end]
7 [define multiple_fields_changed][end]
8 [for comment.amendments]
9 [if-any field_changed]
10 [define multiple_fields_changed]True[end]
11 [else]
12 [define field_changed][comment.amendments.field_name][end]
13 [end]
14 [end]
15
16 [if-any issue_change_id]
17 [if-any multiple_fields_changed]
18 changed
19 [else][if-any field_changed]
20 [field_changed] changed
21 [else]
22 commented on
23 [end][end]
24 [else]
25 reported
26 [end]
27
28 [include "updates-ending.ezt"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698