start work on invite keys
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
{%- if thread_count > 0 -%}
|
||||
<details class="inner" data-id="{{collection.id}}" data-r="restoreThreadDetails setThreadDetails" data-s="setThreadDetails">
|
||||
<summary class="plank no-shadow even">Threads</summary>
|
||||
<table class="three-cols">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="plank even no-shadow contrast-bg">Title</th>
|
||||
<th class="plank even no-shadow contrast-bg">Memo</th>
|
||||
<th class="plank even no-shadow contrast-bg">Manage</th>
|
||||
<th class="plank even no-shadow contrast-bg" style="--w:65%">Title</th>
|
||||
<th class="plank even no-shadow contrast-bg" style="--w:25%">Memo</th>
|
||||
<th class="plank even no-shadow contrast-bg" style="--w:10%">Manage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user