diff --git a/appview/oauth/handler/handler.go b/appview/oauth/handler/handler.go index f94cf2ce..e5d0266e 100644 --- a/appview/oauth/handler/handler.go +++ b/appview/oauth/handler/handler.go @@ -24,6 +24,7 @@ import ( "tangled.org/core/appview/oauth" "tangled.org/core/appview/oauth/client" "tangled.org/core/appview/pages" + "tangled.org/core/consts" "tangled.org/core/idresolver" "tangled.org/core/rbac" "tangled.org/core/tid" diff --git a/appview/pages/templates/repo/settings/fragments/labelListing.html b/appview/pages/templates/repo/settings/fragments/labelListing.html index f7f03bb6..faac4581 100644 --- a/appview/pages/templates/repo/settings/fragments/labelListing.html +++ b/appview/pages/templates/repo/settings/fragments/labelListing.html @@ -1,34 +1,32 @@ {{ define "repo/settings/fragments/labelListing" }} {{ $root := index . 0 }} {{ $label := index . 1 }} -
+ Manage your issues and pulls by creating labels to categorize them. Only + repository owners may configure labels. You may choose to subscribe to + default labels, or create entirely custom labels. +
+- Manage your issues and pulls by creating labels to categorize them. - Only repository owners may configure labels. -
+