diff --git a/swh/web/ui/templates/symbols.html b/swh/web/ui/templates/symbols.html index f529c849..e94e6485 100644 --- a/swh/web/ui/templates/symbols.html +++ b/swh/web/ui/templates/symbols.html @@ -1,57 +1,64 @@ {% 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'] }} |