Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-02-28 15:17:56 +0300
committerdartcafe <github@dartcafe.de>2021-03-02 16:45:45 +0300
commit496bd621b8ccd62e9d0beee6ac7f6b6affea9832 (patch)
treee97f63f2c6de43cd11bd6743f4870ef506418b90 /src/js/views/Vote.vue
parent8bd5e69cb454e7315e4b8b3e20f415587356366e (diff)
move poll information to popover and into icon bar
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index fa5295d6..c71e0d2f 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -23,6 +23,7 @@
<template>
<AppContent :class="[{ closed: closed }, poll.type]">
<div class="header-actions">
+ <PollInformation />
<Actions>
<ActionButton :icon="sortIcon" @click="ranked = !ranked">
{{ orderCaption }}
@@ -55,7 +56,6 @@
icon="icon-delete"
class="error" />
</h2>
- <PollInformation />
<!-- eslint-disable-next-line vue/no-v-html -->
<h3 class="description" v-html="linkifyDescription">