Broke out the table column templates into individual template files
This commit is contained in:
12
templates/tables/columns/activities-description.html.twig
Normal file
12
templates/tables/columns/activities-description.html.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
<script id="{{table.id}}-column-description" type="text/x-handlebars-template">
|
||||
{% verbatim %}
|
||||
<td>
|
||||
<div>
|
||||
{{row.ip_address}}
|
||||
</div>
|
||||
<div>
|
||||
<i>{{row.description}}</i>
|
||||
</div>
|
||||
</td>
|
||||
{% endverbatim %}
|
||||
</script>
|
||||
Reference in New Issue
Block a user