Change table template hierarchy structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user