aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/conversation/conversation.vue38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 4d64cf08..73c613b9 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -20,29 +20,29 @@
</div>
<div class="conversation-body panel-body">
<div
- v-if="shouldShowAllConversationButton"
- class="conversation-dive-to-top-level-box"
- >
- <i18n
- path="status.show_all_conversation_with_icon"
- tag="button"
- class="button-unstyled -link"
- @click.prevent="diveToTopLevel"
- >
- <FAIcon
- place="icon"
- icon="angle-double-left"
- />
- <span place="text">
- {{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }}
- </span>
- </i18n>
- </div>
- <div
v-if="isTreeView"
class="thread-body"
>
<div
+ v-if="shouldShowAllConversationButton"
+ class="conversation-dive-to-top-level-box"
+ >
+ <i18n
+ path="status.show_all_conversation_with_icon"
+ tag="button"
+ class="button-unstyled -link"
+ @click.prevent="diveToTopLevel"
+ >
+ <FAIcon
+ place="icon"
+ icon="angle-double-left"
+ />
+ <span place="text">
+ {{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }}
+ </span>
+ </i18n>
+ </div>
+ <div
v-if="shouldShowAncestors"
class="thread-ancestors"
>