lint
This commit is contained in:
parent
932abc6034
commit
971ab94261
1 changed files with 6 additions and 4 deletions
|
@ -8,9 +8,10 @@
|
|||
>
|
||||
<RichContent
|
||||
class="media-body summary"
|
||||
@click.prevent="linkClicked"
|
||||
:html="status.summary_raw_html"
|
||||
:emoji="status.emojis"/>
|
||||
:emoji="status.emojis"
|
||||
@click.prevent="linkClicked"
|
||||
/>
|
||||
<button
|
||||
v-if="longSubject && showingLongSubject"
|
||||
class="button-unstyled -link tall-subject-hider"
|
||||
|
@ -43,9 +44,10 @@
|
|||
v-if="!hideSubjectStatus"
|
||||
:class="{ 'single-line': singleLine }"
|
||||
class="status-content media-body"
|
||||
@click.prevent="linkClicked"
|
||||
:html="postBodyHtml"
|
||||
:emoji="status.emojis"/>
|
||||
:emoji="status.emojis"
|
||||
@click.prevent="linkClicked"
|
||||
/>
|
||||
<button
|
||||
v-if="hideSubjectStatus"
|
||||
class="button-unstyled -link cw-status-hider"
|
||||
|
|
Loading…
Reference in a new issue