forked from AkkomaGang/akkoma-fe
fix
This commit is contained in:
parent
3b9cb1384a
commit
065d1c7f49
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="timeline panel panel-default">
|
||||
<div class="panel-heading conversation-heading">
|
||||
{{ $t('timeline.conversation') }}
|
||||
<span v-if="collapsable" style="float:right;">
|
||||
<span class="title"> {{ $t('timeline.conversation') }} </span>
|
||||
<span v-if="collapsable">
|
||||
<small><a href="#" @click.prevent="$emit('toggleExpanded')">{{ $t('timeline.collapse') }}</a></small>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue