11 lines
340 B
Twig
11 lines
340 B
Twig
{% 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 %} |