diff options
author | Mark Côté <mcote@alumni.uwaterloo.ca> | 2016-08-03 17:59:23 +0200 |
---|---|---|
committer | Mark Côté <mcote@alumni.uwaterloo.ca> | 2016-08-03 17:59:23 +0200 |
commit | df005eaa61f55b352751dda0f3efb319c3b40981 (patch) | |
tree | a39ef9b771e25fc0588c80aca472af02555497d8 /extensions/MozReview/template/en/default | |
parent | 04eaf299e8e5670b93f08f99950cd02db532fb30 (diff) | |
download | bugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.gz bugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.xz |
Bug 1286027 - Display MozReview diff stats r=glob
Now that MozReview's ReviewRequestSummary API has diff stats (lines added
and removed), we can display that in BMO's MozReview table.
I also removed the commit ID and made the summary link to the diff, since
the former doesn't seem to be particularly useful.
Diffstat (limited to 'extensions/MozReview/template/en/default')
-rw-r--r-- | extensions/MozReview/template/en/default/moz_review/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MozReview/template/en/default/moz_review/table.html.tmpl b/extensions/MozReview/template/en/default/moz_review/table.html.tmpl index 7f5c3a89d..84b7add47 100644 --- a/extensions/MozReview/template/en/default/moz_review/table.html.tmpl +++ b/extensions/MozReview/template/en/default/moz_review/table.html.tmpl @@ -11,7 +11,7 @@ <tr> <th>Submitter</th> <th>Diff</th> - <th>Reviews</th> + <th>Changes</th> <th>Open Issues</th> <th>Last Updated</th> </tr> |