Skip to content

Commit 2f2c6d5

Browse files
committed
Download full diff button as hyperlink
1 parent 1ab39f9 commit 2f2c6d5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

templates/test/by_id.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,8 @@ <h6>There are no tests executed in this category.</h6>
286286
reveal.setAttribute('data-reveal', '');
287287
reveal.innerHTML = resp;
288288
reveal.innerHTML +=
289-
'<a href="'+diff_download_url+'" target="_blank">' +
290-
'<button type="button" class="button">' +
289+
'<a href="' + diff_download_url + '" target="_blank" class="diff-download-link">' +
291290
'Download Full Diff' +
292-
'</button>' +
293291
'</a>, only first 50 shown here.';
294292
reveal.innerHTML +=
295293
'<button class="close-button" data-close aria-label="Cancel" type="button">' +

0 commit comments

Comments
 (0)