@@ -131,7 +131,7 @@ initHtmlFeature env@ServerEnv{serverTemplatesDir, serverTemplatesMode,
131
131
, " distro-monitor.html"
132
132
, " revisions.html"
133
133
, " package-page.html"
134
- , " tag -interface.html"
134
+ , " table -interface.html"
135
135
, " tag-edit.html"
136
136
, " graph.html"
137
137
]
@@ -618,7 +618,7 @@ mkHtmlCore ServerEnv{serverBaseURI}
618
618
pkgDetails <- liftIO $ makeItemList packageNames
619
619
let rowList = map makeRow pkgDetails
620
620
tabledata = " " +++ rowList +++ " "
621
- template <- getTemplate templates " tag -interface.html"
621
+ template <- getTemplate templates " table -interface.html"
622
622
return $ toResponse $ template
623
623
[ " heading" $= " All packages"
624
624
, " content" $= " A browsable index of all the packages"
@@ -1568,7 +1568,7 @@ mkHtmlTags HtmlUtilities{..}
1568
1568
(mtag, histogram) = Map. updateLookupWithKey (\ _ _ -> Nothing ) tg $ tagHistogram items
1569
1569
-- make a 'related tags' section, so exclude this tag from the histogram
1570
1570
count = fromMaybe 0 mtag
1571
- template <- getTemplate templates " tag -interface.html"
1571
+ template <- getTemplate templates " table -interface.html"
1572
1572
return $ toResponse $ template
1573
1573
[ " heading" $= tagd
1574
1574
, " content" $= case items of
@@ -1693,7 +1693,7 @@ mkHtmlSearch HtmlUtilities{..}
1693
1693
1694
1694
let rowList = map makeRow pkgDetails
1695
1695
tabledata = " " +++ rowList
1696
- template <- getTemplate templates " tag -interface.html"
1696
+ template <- getTemplate templates " table -interface.html"
1697
1697
return $ toResponse $ template
1698
1698
[ " heading" $= toHtml (searchForm termsStr False )
1699
1699
, " content" $= " A browsable index of all the packages"
0 commit comments