File tree 2 files changed +10
-1
lines changed
template/en/default/attachment
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2020-03-17 Aakash Jain <
[email protected] >
2
11
3
12
Remove status-bubble iframe from old EWS
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
71
71
[% FOREACH patch = other_patches %]
72
72
<option value="[% patch.id %]"
73
73
[% IF patch.selected %] selected[% END %]
74
- >[% patch.desc FILTER html %]</option>
74
+ >[% patch.id %] - [% patch. desc FILTER html %]</option>
75
75
[% END %]
76
76
</select>
77
77
and this patch
You can’t perform that action at this time.
0 commit comments