diff --git a/templates/merged_prs.html b/templates/showIB.html similarity index 97% rename from templates/merged_prs.html rename to templates/showIB.html index d4942e6b6d623..d964574fffe2a 100644 --- a/templates/merged_prs.html +++ b/templates/showIB.html @@ -55,11 +55,11 @@ } - // Reads the file structre.json to know how to paint the manu and how to paint the tabs. + // Reads the file structre.json to know how to paint the menu and how to paint the tabs. start_load = function(structure){ // Before adding the tab panel I add a link to the previous version - var prevVersionLink = $("").attr("href", "https://cmssdt.cern.ch/SDT/html/showIB.html") + var prevVersionLink = $("").attr("href", "https://cmssdt.cern.ch/SDT/html/showIBOld.html") prevVersionLink.append($('')) prevVersionLink.append($('').text(' Click here to see the previous version'))