aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-01-12 14:43:21 +0200
committerShpuld Shpuldson <shp@cock.li>2021-01-12 14:43:21 +0200
commit65dbf7b85d680f0855e9f6706a4437d2f4a52227 (patch)
tree8c4b9c18f92b53f53449a94f4793ea1bcf0b5ab1 /src/components/extra_buttons/extra_buttons.vue
parent3e7d1fbf23b5ca1b382381b49affc481404137da (diff)
Add report button to status ellipsis menu
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index dc790cad..e845d8fc 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -109,6 +109,16 @@
icon="external-link-alt"
/><span>{{ $t("status.external_source") }}</span>
</a>
+ <button
+ class="button-default dropdown-item dropdown-item-icon"
+ @click.prevent="reportStatus"
+ @click="close"
+ >
+ <FAIcon
+ fixed-width
+ :icon="['far', 'flag']"
+ /><span>{{ $t("user_card.report") }}</span>
+ </button>
</div>
</div>
<span