Blockier templates table structure

This commit is contained in:
2022-03-05 18:19:31 +00:00
parent ab530e71a1
commit 85da5e4f78
17 changed files with 405 additions and 418 deletions

View File

@@ -0,0 +1,11 @@
{% block table_cell_template_info %}
<script id="{{table.id}}-column-info" type="text/x-handlebars-template">
{%- verbatim %}
<td data-text="{{row.name}}">
<strong>
<a href="{{site.uri.public}}/organisations/o/{{row.slug}}">{{row.name}}</a>
</strong>
</td>
{% endverbatim -%}
</script>
{% endblock %}