mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Relayout the previous catchups list
This commit is contained in:
parent
beed3ca18c
commit
7ab6da5e9b
1 changed files with 22 additions and 20 deletions
|
@ -713,12 +713,13 @@ function Catchup() {
|
||||||
{formatRange(
|
{formatRange(
|
||||||
new Date(pc.startAt),
|
new Date(pc.startAt),
|
||||||
new Date(pc.endAt),
|
new Date(pc.endAt),
|
||||||
)}{' '}
|
)}
|
||||||
<small class="ib insignificant">
|
|
||||||
{pc.count} posts
|
|
||||||
</small>
|
|
||||||
</span>
|
</span>
|
||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
|
<span>
|
||||||
|
<small class="ib insignificant">
|
||||||
|
{pc.count} posts
|
||||||
|
</small>{' '}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="light danger small"
|
class="light danger small"
|
||||||
|
@ -735,6 +736,7 @@ function Catchup() {
|
||||||
>
|
>
|
||||||
<Icon icon="x" />
|
<Icon icon="x" />
|
||||||
</button>
|
</button>
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue