зеркало из https://github.com/nextcloud/spreed.git
Fix buttons
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
This commit is contained in:
Родитель
9361be2739
Коммит
8f45fd68a1
|
@ -88,9 +88,15 @@
|
|||
</div>
|
||||
|
||||
<div class="poll__modal-actions">
|
||||
<!-- create poll button-->
|
||||
<!-- Submit vote button-->
|
||||
<NcButton type="primary" :disabled="!canSubmitVote" @click="submitVote">
|
||||
{{ t('spreed', 'Submit') }}
|
||||
{{ t('spreed', 'Submit vote') }}
|
||||
</NcButton>
|
||||
<!-- End poll button-->
|
||||
<NcButton v-if="canEndPoll"
|
||||
type="error"
|
||||
@click="endPoll">
|
||||
{{ t('spreed', 'End poll') }}
|
||||
</NcButton>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -134,7 +140,7 @@
|
|||
@click="modalPage = 'voting'">
|
||||
{{ t('spreed', 'Change your vote') }}
|
||||
</NcButton>
|
||||
<!-- create poll button-->
|
||||
<!-- End poll button-->
|
||||
<NcButton v-if="canEndPoll"
|
||||
type="error"
|
||||
@click="endPoll">
|
||||
|
|
Загрузка…
Ссылка в новой задаче