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

Unified Diff: appengine/monorail/templates/tracker/issue-comment-tombstone-part.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/issue-comment-tombstone-part.ezt
diff --git a/appengine/monorail/templates/tracker/issue-comment-tombstone-part.ezt b/appengine/monorail/templates/tracker/issue-comment-tombstone-part.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..39063fa7935bbab933f019ce12192ed52e44a08a
--- /dev/null
+++ b/appengine/monorail/templates/tracker/issue-comment-tombstone-part.ezt
@@ -0,0 +1,10 @@
+<div class="cursor_off vt issuecomment" id="hc[comments.sequence]">
+ <div class="issuecommentheader" style="background:#e8e8e8">
+ <span class="author">
+ <a name="c[comments.sequence]"
+ href="[project_home_url]/issues/detail?id=[issue.local_id]#c[comments.sequence]">Comment [comments.sequence]</a>
+ <span style="margin-left: 1em">Deleted</span>
+ </span>
+ </div>
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698