diff options
Diffstat (limited to 'src/components/thread_tree/thread_tree.vue')
| -rw-r--r-- | src/components/thread_tree/thread_tree.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue index 74577583..f81653eb 100644 --- a/src/components/thread_tree/thread_tree.vue +++ b/src/components/thread_tree/thread_tree.vue @@ -74,9 +74,8 @@ v-if="currentReplies.length && !threadShowing" class="thread-tree-replies thread-tree-replies-hidden" > - <i18n-t + <i18n-t scope="global" v-if="simple" - scope="global" tag="button" keypath="status.thread_follow_with_icon" class="button-unstyled -link thread-tree-show-replies-button" @@ -93,9 +92,8 @@ </span> </template> </i18n-t> - <i18n-t + <i18n-t scope="global" v-else - scope="global" tag="button" keypath="status.thread_show_full_with_icon" class="button-unstyled -link thread-tree-show-replies-button" |
