Broke out the table column templates into individual template files
This commit is contained in:
9
templates/tables/columns/groups-info.html.twig
Normal file
9
templates/tables/columns/groups-info.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
<script id="{{table.id}}-column-info" type="text/x-handlebars-template">
|
||||
{% verbatim %}
|
||||
<td data-text="{{row.name}}">
|
||||
<strong>
|
||||
<i class="{{row.icon}} fa-fw"></i> <a href="{{site.uri.public}}/groups/g/{{row.slug}}">{{row.name}}</a>
|
||||
</strong>
|
||||
</td>
|
||||
{% endverbatim %}
|
||||
</script>
|
||||
Reference in New Issue
Block a user