mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update PollCard.vue
This commit is contained in:
parent
eaddb2147a
commit
5dcdd8245a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
<div>
|
||||
<p class="mb-0 small text-lighter font-weight-bold d-flex justify-content-between">
|
||||
<span>{{ status.poll.votes_count }} votes</span>
|
||||
<a v-if="tab != 'results' && authenticated && !activeRefreshTimeout & status.poll.expired != true && status.poll.voted" class="text-lighter" @click.prevent="refreshResults()" href="#">Refresh Results</a>
|
||||
<a v-if="tab != 'results' && authenticated && !activeRefreshTimeout && status.poll.expired != true && status.poll.voted" class="text-lighter" @click.prevent="refreshResults()" href="#">Refresh Results</a>
|
||||
<span v-if="tab != 'results' && authenticated && refreshingResults" class="text-lighter">
|
||||
<div class="spinner-border spinner-border-sm" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
|
|
Loading…
Reference in a new issue