diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-03 17:56:21 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-03 17:56:21 +0000 |
| commit | b851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (patch) | |
| tree | 0ce23466a2fc3dd83a0188d4394efff92183075a /src/components/retweet_button/retweet_button.vue | |
| parent | 9e78eddf2ad846ee69bfef690cfe3765d1b55dcb (diff) | |
| parent | 8174248b981ad898f47c8f41625bce3629e128aa (diff) | |
Merge branch 'fix-vimium' into 'develop'
fixes vimium not giving retweet button a hint
Closes #166
See merge request pleroma/pleroma-fe!385
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 5b1e64b8..c9ed12eb 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -1,7 +1,7 @@ <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> |
