summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-12-04 16:42:04 +0100
committerJulius Härtl <jus@bitgrid.net>2018-12-04 16:42:04 +0100
commitf84de8e0d102dc0eb65d5d6ae218151303439a73 (patch)
treec0bc611632e513e2ea796d52eb4ae5d828ba44a2 /src/App.vue
parent5e21f2fdd84397579d914bdba82807a461f78c96 (diff)
Cleanup social content wrapper classes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 1f9dbf71..f2fd9941 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,7 +4,7 @@
<app-navigation :menu="menu" />
</div>
<div id="app-content">
- <div v-if="serverData.isAdmin && !serverData.checks.success" class="setup">
+ <div v-if="serverData.isAdmin && !serverData.checks.success" class="setup social__wrapper">
<h3 v-if="!serverData.checks.checks.wellknown">{{ t('social', '.well-known/webfinger isn\'t properly set up!') }}</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">{{ t('social', 'Open documentation') }} ↗</a></p>