diff options
| author | Mark Felder <feld@FreeBSD.org> | 2019-12-12 13:32:52 -0600 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2019-12-12 13:32:52 -0600 |
| commit | 821a2bcc68e1a6c5e0b9a8080b0b8a2be04d1dd2 (patch) | |
| tree | 61b3d62bbd93d9be9c649fa7df8763cbd4bf9195 /src/components/account_actions/account_actions.vue | |
| parent | 43d4d17b41863dd5784f1d611857a9064759946b (diff) | |
| parent | 051b9703dffa785eb3b0fde29d2ceab3fe1255ba (diff) | |
Merge branch 'develop' into feature/lockdown-timelines-private-mode
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 046cba93..d3235be1 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -9,17 +9,7 @@ > <div slot="popover"> <div class="dropdown-menu"> - <button - class="btn btn-default btn-block dropdown-item" - @click="mentionUser" - > - {{ $t('user_card.mention') }} - </button> <template v-if="user.following"> - <div - role="separator" - class="dropdown-divider" - /> <button v-if="user.showing_reblogs" class="btn btn-default dropdown-item" @@ -34,11 +24,11 @@ > {{ $t('user_card.show_repeats') }} </button> + <div + role="separator" + class="dropdown-divider" + /> </template> - <div - role="separator" - class="dropdown-divider" - /> <button v-if="user.statusnet_blocking" class="btn btn-default btn-block dropdown-item" |
