mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 02:04:52 +09:00
UI: Fix bug: Incorrect table headers for deck collaborator list
This commit is contained in:
parent
6e8cedadd1
commit
c838cece7b
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Collaborator
|
||||
<th>Role
|
||||
<th>Collaborator
|
||||
<th>Since
|
||||
$forall (person, role, ctID, since) <- collabs
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue