Added category column to activities table
This commit is contained in:
7
templates/tables/columns/activities-category.html.twig
Normal file
7
templates/tables/columns/activities-category.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
<script id="{{table.id}}-column-category" type="text/x-handlebars-template">
|
||||
{% verbatim %}
|
||||
<td data-text="{{ucwords (splitSnakeCase row.type)}}">
|
||||
{{ucwords (splitSnakeCase row.type)}}
|
||||
</td>
|
||||
{% endverbatim %}
|
||||
</script>
|
||||
Reference in New Issue
Block a user