mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up some code
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<input v-model=active :name="name" @change="handleInput" type="checkbox" value="1">
|
||||
</label>
|
||||
</div>
|
||||
<p class="help-block" v-html="$t('firefly.webhook_active_form_help')"></p>
|
||||
<p class="help-block" v-text="$t('firefly.webhook_active_form_help')"></p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
:value="delivery.id">{{ delivery.name }}
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block" v-html="$t('firefly.webhook_delivery_form_help')"></p>
|
||||
<p class="help-block" v-text="$t('firefly.webhook_delivery_form_help')"></p>
|
||||
<ul v-for="error in this.error" class="list-unstyled">
|
||||
<li class="text-danger">{{ error }}</li>
|
||||
</ul>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
:value="response.id">{{ response.name }}
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block" v-html="$t('firefly.webhook_response_form_help')"></p>
|
||||
<p class="help-block" v-text="$t('firefly.webhook_response_form_help')"></p>
|
||||
<ul v-for="error in this.error" class="list-unstyled">
|
||||
<li class="text-danger">{{ error }}</li>
|
||||
</ul>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
:value="trigger.id">{{ trigger.name }}
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block" v-html="$t('firefly.webhook_trigger_form_help')"></p>
|
||||
<p class="help-block" v-text="$t('firefly.webhook_trigger_form_help')"></p>
|
||||
<ul v-for="error in this.error" class="list-unstyled">
|
||||
<li class="text-danger">{{ error }}</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user