We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab39f9 commit 2f2c6d5Copy full SHA for 2f2c6d5
1 file changed
templates/test/by_id.html
@@ -286,10 +286,8 @@ <h6>There are no tests executed in this category.</h6>
286
reveal.setAttribute('data-reveal', '');
287
reveal.innerHTML = resp;
288
reveal.innerHTML +=
289
- '<a href="'+diff_download_url+'" target="_blank">' +
290
- '<button type="button" class="button">' +
+ '<a href="' + diff_download_url + '" target="_blank" class="diff-download-link">' +
291
'Download Full Diff' +
292
- '</button>' +
293
'</a>, only first 50 shown here.';
294
295
'<button class="close-button" data-close aria-label="Cancel" type="button">' +
0 commit comments