lint
This commit is contained in:
parent
650e69c336
commit
f20ae34400
14 changed files with 34 additions and 19 deletions
|
@ -74,8 +74,9 @@
|
|||
v-if="currentReplies.length && !threadShowing"
|
||||
class="thread-tree-replies thread-tree-replies-hidden"
|
||||
>
|
||||
<i18n-t scope="global"
|
||||
<i18n-t
|
||||
v-if="simple"
|
||||
scope="global"
|
||||
tag="button"
|
||||
keypath="status.thread_follow_with_icon"
|
||||
class="button-unstyled -link thread-tree-show-replies-button"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue