From ab4b9d245e06ad2d58be1cbc190c5d12dad52e3a Mon Sep 17 00:00:00 2001 From: logikonline Date: Thu, 22 Jan 2026 12:26:06 -0500 Subject: [PATCH] feat(ui): display license type in repository list --- templates/shared/repo/list.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/shared/repo/list.tmpl b/templates/shared/repo/list.tmpl index 70c9531eb7..a41d5cc877 100644 --- a/templates/shared/repo/list.tmpl +++ b/templates/shared/repo/list.tmpl @@ -51,6 +51,12 @@ {{svg "octicon-git-branch" 16}} {{CountFmt .NumForks}} + {{if and $.PageIsViewRepositories .LicenseType}} + + {{svg "octicon-law" 16}} + {{.LicenseType}} + + {{end}} {{$description := .DescriptionHTML ctx}}