summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/template
diff options
context:
space:
mode:
authorMark Côté <mcote@mozilla.com>2015-10-05 06:40:24 +0200
committerByron Jones <glob@mozilla.com>2015-10-05 06:40:24 +0200
commit468157347418c9e46ab21331635d9b6dc71997b6 (patch)
tree00d7bbbd801a7680a94f4c6d448e735f6a617559 /extensions/MozReview/template
parent6cbec76bcb35a51442ccbf35ecfceb57da90afc8 (diff)
downloadbugzilla-468157347418c9e46ab21331635d9b6dc71997b6.tar.gz
bugzilla-468157347418c9e46ab21331635d9b6dc71997b6.tar.xz
Bug 1210690 - Display only commits and only relevant data
Diffstat (limited to 'extensions/MozReview/template')
-rw-r--r--extensions/MozReview/template/en/default/moz_review/table.html.tmpl5
1 files changed, 3 insertions, 2 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 1a40cf7db..7f5c3a89d 100644
--- a/extensions/MozReview/template/en/default/moz_review/table.html.tmpl
+++ b/extensions/MozReview/template/en/default/moz_review/table.html.tmpl
@@ -9,8 +9,9 @@
<table class="mozreview-requests" data-mozreview-url="[% Bugzilla.params.mozreview_base_url FILTER html %]">
<thead>
<tr>
- <th>Commit</th>
- <th>Status</th>
+ <th>Submitter</th>
+ <th>Diff</th>
+ <th>Reviews</th>
<th>Open Issues</th>
<th>Last Updated</th>
</tr>