Skip to content

Commit a891dff

Browse files
Show patch IDs in the drop down menu under the Patch Diff Screen
https://bugs.webkit.org/show_bug.cgi?id=212558 Patch by Ling Ho <[email protected]> on 2020-06-01 Reviewed by Alexey Proskuryakov. * template/en/default/attachment/diff-header.html.tmpl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@262401 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent f79958c commit a891dff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Websites/bugs.webkit.org/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-06-01 Ling Ho <[email protected]>
2+
3+
Show patch IDs in the drop down menu under the Patch Diff Screen
4+
https://bugs.webkit.org/show_bug.cgi?id=212558
5+
6+
Reviewed by Alexey Proskuryakov.
7+
8+
* template/en/default/attachment/diff-header.html.tmpl:
9+
110
2020-03-17 Aakash Jain <[email protected]>
211

312
Remove status-bubble iframe from old EWS

Websites/bugs.webkit.org/template/en/default/attachment/diff-header.html.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
7171
[% FOREACH patch = other_patches %]
7272
<option value="[% patch.id %]"
7373
[% IF patch.selected %] selected[% END %]
74-
>[% patch.desc FILTER html %]</option>
74+
>[% patch.id %] - [% patch.desc FILTER html %]</option>
7575
[% END %]
7676
</select>
7777
and this patch

0 commit comments

Comments
 (0)