[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Comment changes made to $terms.bug $bug.id, comment $comment.id" header = "Activity log for $terms.bug $bug.id, comment $comment.id" %]

[% "Back to $terms.bug $bug.id" FILTER bug_link(bug.id) FILTER none %]

Note: The actual edited comment in the [% terms.bug %] view page will always show the original commentor's name and original timestamp.

Collapse All Changes - Expand All Changes

[% count = 0 %] [% FOREACH a = comment.activity %]
[% IF a.original %] Original comment by [% (a.author.name || "Need Real Name") FILTER html %] () on [%+ a.time FILTER time %] [% ELSE %] Revision by [% (a.author.name || "Need Real Name") FILTER html %] () on [%+ a.time FILTER time %] [% END %] [-]
[% IF a.original %] [% wrapped_comment = a.body FILTER wrap_comment %] [% ELSE %] [% wrapped_comment = a.new FILTER wrap_comment %] [% END %] [%# Don't indent the
 block, since then the spaces are displayed in the
  # generated HTML %]
  [%- wrapped_comment FILTER quoteUrls(bug) -%]
[% count = count + 1 %] [% END %] [% IF comment.activity.size > 0 %]

[% "Back to $terms.bug $bug.id" FILTER bug_link(bug.id) FILTER none %]

[% END %] [% PROCESS global/footer.html.tmpl %]