aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-29 12:04:09 +0300
committerHenry Jameson <me@hjkos.com>2022-03-29 12:04:09 +0300
commitb93e5437bdfa3f5d3c2e3d9cfec896c399728dfc (patch)
tree2f727796352c6f57e31191a2158aae82cf5e03ca /src/components/thread_tree/thread_tree.vue
parent64d56e651526acdba402d4fcae7fc6fa919c0319 (diff)
manual lint
Diffstat (limited to 'src/components/thread_tree/thread_tree.vue')
-rw-r--r--src/components/thread_tree/thread_tree.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue
index f81653eb..4cae2726 100644
--- a/src/components/thread_tree/thread_tree.vue
+++ b/src/components/thread_tree/thread_tree.vue
@@ -74,7 +74,8 @@
v-if="currentReplies.length && !threadShowing"
class="thread-tree-replies thread-tree-replies-hidden"
>
- <i18n-t scope="global"
+ <i18n-t
+ scope="global"
v-if="simple"
tag="button"
keypath="status.thread_follow_with_icon"
@@ -92,8 +93,9 @@
</span>
</template>
</i18n-t>
- <i18n-t scope="global"
+ <i18n-t
v-else
+ scope="global"
tag="button"
keypath="status.thread_show_full_with_icon"
class="button-unstyled -link thread-tree-show-replies-button"