Skip to content
Snippets Groups Projects
Commit b851b8dd authored by lain's avatar lain
Browse files

Merge branch 'fix-vimium' into 'develop'

fixes vimium not giving retweet button a hint

Closes #166

See merge request !385
parents 9e78eddf 8174248b
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