Missing `tr` tag

This commit is contained in:
Robin Ward 2018-04-26 12:57:26 -04:00
parent 37a0ceb4e7
commit 0bef734c35
1 changed files with 6 additions and 4 deletions

View File

@ -27,10 +27,12 @@
<div class='container'>
<table class="groups-table">
<thead>
{{directory-toggle field="name" labelKey="groups.group_name" order=order asc=asc}}
{{directory-toggle field="user_count" labelKey="groups.user_count" order=order asc=asc}}
<th>{{i18n "groups.index.group_type"}}</th>
<th>{{i18n "groups.membership"}}</th>
<tr>
{{directory-toggle field="name" labelKey="groups.group_name" order=order asc=asc}}
{{directory-toggle field="user_count" labelKey="groups.user_count" order=order asc=asc}}
<th>{{i18n "groups.index.group_type"}}</th>
<th>{{i18n "groups.membership"}}</th>
</tr>
</thead>
<tbody>