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'> <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>