summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-05-09 20:36:14 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-05-09 20:36:14 +0900
commitbbe26607eb5e5a133a9f98e9d437adbd5286ea28 (patch)
treeeef9289c3c9e3c5687aa56092a0da91f0bf0c8bb /packages/frontend/src/components
parentfollow up of 8c2ab25e5f2040fcbc81bc2a02a279fed40e1c11 (diff)
downloadmisskey-bbe26607eb5e5a133a9f98e9d437adbd5286ea28.tar.gz
misskey-bbe26607eb5e5a133a9f98e9d437adbd5286ea28.tar.bz2
misskey-bbe26607eb5e5a133a9f98e9d437adbd5286ea28.zip
enhance: リプライ元にアンケートがあることが表示されるように
Resolve #15998
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/MkSubNoteContent.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue
index 138df3320c..06b19880d2 100644
--- a/packages/frontend/src/components/MkSubNoteContent.vue
+++ b/packages/frontend/src/components/MkSubNoteContent.vue
@@ -27,6 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:emojiUrls="note.emojis"
/>
</details>
+ <MkA v-if="note.hasPoll && note.poll == null" :to="`/notes/${note.id}`">({{ i18n.ts.poll }})</MkA>
<button v-if="isLong && collapsed" :class="$style.fade" class="_button" @click="collapsed = false">
<span :class="$style.fadeLabel">{{ i18n.ts.showMore }}</span>
</button>