diff --git a/swh/web/ui/templates/symbols.html b/swh/web/ui/templates/symbols.html index e94e6485..40413321 100644 --- a/swh/web/ui/templates/symbols.html +++ b/swh/web/ui/templates/symbols.html @@ -1,64 +1,76 @@ {% extends "layout.html" %} {% block title %}Search SWH{% endblock %} {% block content %}
name | content | kind | language |
---|---|---|---|
name | content | kind | language |
{{ res['name'] | truncate(50) }} | {{ res['sha1'] }} | {{ res['kind'] }} | {{ res['lang'] }} |