Missing `tr` tag
This commit is contained in:
parent
37a0ceb4e7
commit
0bef734c35
|
@ -27,10 +27,12 @@
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<table class="groups-table">
|
<table class="groups-table">
|
||||||
<thead>
|
<thead>
|
||||||
{{directory-toggle field="name" labelKey="groups.group_name" order=order asc=asc}}
|
<tr>
|
||||||
{{directory-toggle field="user_count" labelKey="groups.user_count" order=order asc=asc}}
|
{{directory-toggle field="name" labelKey="groups.group_name" order=order asc=asc}}
|
||||||
<th>{{i18n "groups.index.group_type"}}</th>
|
{{directory-toggle field="user_count" labelKey="groups.user_count" order=order asc=asc}}
|
||||||
<th>{{i18n "groups.membership"}}</th>
|
<th>{{i18n "groups.index.group_type"}}</th>
|
||||||
|
<th>{{i18n "groups.membership"}}</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue