diff options
Diffstat (limited to 'pkg/app/handler/categories/utils.go')
-rw-r--r-- | pkg/app/handler/categories/utils.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/app/handler/categories/utils.go b/pkg/app/handler/categories/utils.go index ee65d9c..84a9f68 100644 --- a/pkg/app/handler/categories/utils.go +++ b/pkg/app/handler/categories/utils.go @@ -33,6 +33,16 @@ var categoriesViewTabs = []layout.SubTab{ Link: "/packages/keyworded", Icon: "fa fa-circle-o mr-1", }, + { + Name: "Stable Requests", + Link: templ.URL("/packages/stabilization"), + Icon: "fa fa-check-circle-o", + }, + { + Name: "EAPI cleanup", + Link: templ.URL("/packages/eapi6"), + Icon: "fa fa-trash-o", + }, } func RenderPage(w http.ResponseWriter, r *http.Request, title string, currentTab string, content templ.Component) { |