We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16f034e + 85270f8 commit f66cc8fCopy full SHA for f66cc8f
site/static/compare.html
@@ -722,10 +722,10 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
722
return !this.data.is_contiguous;
723
},
724
prevLink() {
725
- return `/compare.html?start=${this.data.prev}&end=${this.data.a.commit}`;
+ return `/compare.html?start=${this.data.prev}&end=${this.data.a.commit}&stat=${this.stat}`;
726
727
nextLink() {
728
- return `/compare.html?start=${this.data.b.commit}&end=${this.data.next}`;
+ return `/compare.html?start=${this.data.b.commit}&end=${this.data.next}&stat=${this.stat}`;
729
730
compareLink() {
731
return `https://github.com/rust-lang/rust/compare/${this.data.a.commit}...${this.data.b.commit}`;
0 commit comments