aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/templates/useflags/search.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/templates/useflags/search.tmpl b/web/templates/useflags/search.tmpl
index 210d7e1..3b11a6f 100644
--- a/web/templates/useflags/search.tmpl
+++ b/web/templates/useflags/search.tmpl
@@ -43,7 +43,10 @@
<div class="list-group">
{{ range .Useflags }}
<a class="list-group-item list-group-item-action text-dark" href="/useflags/{{.Name}}">
- <h3 class="kk-search-result-header">{{.Name}}</h3>
+ <h3 class="kk-search-result-header">
+ {{- .Name -}}
+ {{- if eq .Scope "local"}} <span class="text-secondary">({{.Package}})</span>{{end -}}
+ </h3>
{{.Description}}
</a>
{{end}}