Skip to content

Commit a5f7662

Browse files
committed
Don't add "?p=build" to summary page links
1 parent db461f5 commit a5f7662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/results/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,8 @@ def get_link(self, page=None, test=None, platform=None, date=None,
702702
else:
703703
route = 'benchmark_platform'
704704
kwargs = {'plat': platform}
705+
elif page == 'build':
706+
kwargs = {}
705707
else:
706708
kwargs = {'p': page}
707709
if date != self.last_build_date:

0 commit comments

Comments
 (0)