Skip to content
Snippets Groups Projects
Commit 8174248b authored by HJ's avatar HJ :fire:
Browse files

fixes vimium not giving retweet button a hint

parent e15b9bdd
No related branches found
No related tags found
1 merge request!385fixes vimium not giving retweet button a hint
Pipeline #
<template>
<div v-if="loggedIn">
<template v-if="visibility !== 'private' && visibility !== 'direct'">
<i :class='classes' class='icon-retweet rt-active' v-on:click.prevent='retweet()'></i>
<i :class='classes' class='retweet-button icon-retweet rt-active' v-on:click.prevent='retweet()'></i>
<span v-if='!hidePostStatsLocal && status.repeat_num > 0'>{{status.repeat_num}}</span>
</template>
<template v-else>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment