rewrite background jobs

This commit is contained in:
Nazar Kanaev
2020-07-30 20:17:05 +01:00
parent 2392a72856
commit fb0833618f
3 changed files with 34 additions and 27 deletions

View File

@@ -196,7 +196,7 @@
<div class="mt-4" v-if="feedNewChoice.length">
<p class="mb-2">
Multiple feeds found. Choose one below:
<a href="#" class="float-right" @click.prevent="resetFeedChoice()">cancel</a>
<a href="#" class="float-right text-decoration-none" @click.prevent="resetFeedChoice()">cancel</a>
</p>
<label class="selectgroup" v-for="choice in feedNewChoice">
<input type="radio" name="feedToAdd" :value="choice.url" v-model="feedNewChoiceSelected">