mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
parent
779bde0bb1
commit
bef89502a1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function mention() {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div flex justify-between gap-8>
|
<div flex justify-between gap-8>
|
||||||
<CommonTooltip placement="bottom" content="Replay">
|
<CommonTooltip placement="bottom" content="Reply">
|
||||||
<RouterLink :to="getStatusPath(status)">
|
<RouterLink :to="getStatusPath(status)">
|
||||||
<StatusActionButton
|
<StatusActionButton
|
||||||
:text="status.repliesCount"
|
:text="status.repliesCount"
|
||||||
|
|
Loading…
Reference in a new issue