summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-09 15:59:59 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-09 15:59:59 +0100
commitd5f8ac27c99e154b38274653fe8076ddac1f7c01 (patch)
tree49038c0e6e9de6bed90afe32b70452d4e63162ea /src/App.vue
parent2de02ea3312967e5336a77942080d352b869f755 (diff)
Adjust eslint rules
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/App.vue b/src/App.vue
index f6ec28c1..13c347f6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -10,8 +10,7 @@
</h3>
<p v-if="!serverData.checks.checks.wellknown">
{{ t('social', 'Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can\'t configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: ') }}<a class="external_link" href="https://docs.nextcloud.com/server/15/go.php?to=admin-setup-well-known-URL" target="_blank"
- rel="noreferrer noopener"
- >
+ rel="noreferrer noopener">
{{ t('social', 'Open documentation') }} ↗
</a>
</p>
@@ -30,8 +29,7 @@
{{ t('social', 'ActivityPub URL base') }}
</label>
<input v-model="cloudAddress" :placeholder="serverData.cliUrl" type="url"
- required
- >
+ required>
<input :value="t('social', 'Finish setup')" type="submit" class="primary">
</p>
<template v-if="!serverData.checks.success">
@@ -40,8 +38,7 @@
</h3>
<p v-if="!serverData.checks.checks.wellknown">
{{ t('social', 'Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can\'t configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: ') }}<a class="external_link" href="https://docs.nextcloud.com/server/15/go.php?to=admin-setup-well-known-URL" target="_blank"
- rel="noreferrer noopener"
- >
+ rel="noreferrer noopener">
{{ t('social', 'Open documentation') }} ↗
</a>
</p>