Skip to content
Snippets Groups Projects
Commit 5ea10811 authored by moon's avatar moon
Browse files

lint:fixed

parent 8ac01dcb
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,15 @@
</span> -->
<div class="mr-4 md:mr-6">
<a class="hover:underline hover:text-pink-base" href="/imprint">Impressum</a>
<a
class="hover:underline hover:text-pink-base"
href="/imprint"
>Impressum</a>
&nbsp; | &nbsp;
<a class="hover:underline hover:text-pink-base" href="https://www.mpi-cbg.de/privacy-policy">Privacy Policy</a>
<a
class="hover:underline hover:text-pink-base"
href="https://www.mpi-cbg.de/privacy-policy"
>Privacy Policy</a>
</div>
<span
......
<template>
<div class="flex flex-wrap justify-center">
<div class="w-5/6">
<embed :src="pdfLink + '#toolbar=0&navpanes=0&scrollbar=0'" width="100%" height="800px"/>
<embed
:src="pdfLink + '#toolbar=0&navpanes=0&scrollbar=0'"
width="100%"
height="800px"
>
</div>
</div>
</template>
......
......@@ -10,9 +10,9 @@
<p>
The following provides mandatory data concerning the provider of this website, obligations with regard to data protection, as well as other important legal references involving the Internet site of the Crowdscouring Condesate Database and Encyclopedia (<a
href="https://cd-code.org"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>cd-code.org</a>) as required by German law.
href="https://cd-code.org"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>cd-code.org</a>) as required by German law.
</p>
<h3 class="font-bold">
......@@ -28,9 +28,9 @@
Germany<br>
Phone: +49 89 2108-0<br>
Internet: <a
href="https://www.mpg.de"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>www.mpg.de</a><br>
href="https://www.mpg.de"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>www.mpg.de</a><br>
</p>
<h3 class="font-bold">
......@@ -103,7 +103,6 @@
<br>
© ATPlab @ MPI-CBG, Dresden. All rights reserved.
</p>
</div>
</div>
</template>
......
......@@ -14,7 +14,7 @@
size="lg"
/>
<h4>{{toasterMessage}}</h4>
<h4>{{ toasterMessage }}</h4>
<button
class="btn btn-outline"
@click="hideDialog"
......@@ -452,7 +452,10 @@
</template>
</fetch-profile>
<fetch-users v-if="getRole === 'Administrator'" :key="'users-' + updatedUsersKey">
<fetch-users
v-if="getRole === 'Administrator'"
:key="'users-' + updatedUsersKey"
>
<template slot-scope="{ response, loading }">
<slot
:response="response"
......
......@@ -484,9 +484,15 @@
font-montserrat
"
>
<input type="checkbox" v-model.trim="privacy_check.val"> I accept <a class="text-pink-base hover:text-pink-base hover:no-underline" target="_blank" href="/privacy">CD-CODE privacy policy <span class="fa fa-external-link" /> </a>. *
<input
v-model.trim="privacy_check.val"
type="checkbox"
> I accept <a
class="text-pink-base hover:text-pink-base hover:no-underline"
target="_blank"
href="/privacy"
>CD-CODE privacy policy <span class="fa fa-external-link" /> </a>. *
</h1>
</div>
<p
v-if="!motivation.isValid"
......@@ -494,7 +500,10 @@
>
Motivation text must not be empty.
</p>
<p v-if="!privacy_check.isValid" class="text-red-500">
<p
v-if="!privacy_check.isValid"
class="text-red-500"
>
Please accept the privacy policy.
</p>
<p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment