Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
ec817a95
Commit
ec817a95
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Add banner for data protection to all layouts
parent
d0a55959
No related branches found
Branches containing commit
No related tags found
1 merge request
!34
Add banner for data protection to all layouts
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
layouts/entityBrowser.vue
+3
-0
3 additions, 0 deletions
layouts/entityBrowser.vue
layouts/error.vue
+6
-0
6 additions, 0 deletions
layouts/error.vue
layouts/reportCard.vue
+3
-0
3 additions, 0 deletions
layouts/reportCard.vue
layouts/searchResults.vue
+3
-0
3 additions, 0 deletions
layouts/searchResults.vue
with
15 additions
and
0 deletions
layouts/entityBrowser.vue
+
3
−
0
View file @
ec817a95
...
...
@@ -6,6 +6,7 @@
<nuxt
/>
</v-main>
<Footer
/>
<DataProtectionBanner
/>
</v-app>
</
template
>
...
...
@@ -13,12 +14,14 @@
import
EubopenAppBar
from
'
~/components/Masthead/EubopenAppBar.vue
'
import
Footer
from
'
~/components/footer/Footer.vue
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
import
DataProtectionBanner
from
'
~/components/DataProtectionBanner.vue
'
export
default
{
components
:
{
EubopenAppBar
,
Footer
,
Notifications
,
DataProtectionBanner
,
},
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
layouts/error.vue
+
6
−
0
View file @
ec817a95
...
...
@@ -7,11 +7,17 @@
{{
otherError
}}
</h1>
<NuxtLink
to=
"/"
>
Home page
</NuxtLink>
<DataProtectionBanner
/>
</v-app>
</
template
>
<
script
>
import
DataProtectionBanner
from
'
~/components/DataProtectionBanner.vue
'
export
default
{
components
:
{
DataProtectionBanner
,
},
layout
:
'
empty
'
,
props
:
{
error
:
{
...
...
This diff is collapsed.
Click to expand it.
layouts/reportCard.vue
+
3
−
0
View file @
ec817a95
...
...
@@ -5,6 +5,7 @@
<nuxt
/>
<Footer
/>
<DataProtectionBanner
/>
</v-app>
</
template
>
...
...
@@ -12,12 +13,14 @@
import
EubopenAppBar
from
'
~/components/Masthead/EubopenAppBar.vue
'
import
Footer
from
'
~/components/footer/Footer.vue
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
import
DataProtectionBanner
from
'
~/components/DataProtectionBanner.vue
'
export
default
{
components
:
{
EubopenAppBar
,
Footer
,
Notifications
,
DataProtectionBanner
,
},
computed
:
{
searchTerm
()
{
...
...
This diff is collapsed.
Click to expand it.
layouts/searchResults.vue
+
3
−
0
View file @
ec817a95
...
...
@@ -10,6 +10,7 @@
<nuxt
/>
</v-main>
<Footer
/>
<DataProtectionBanner
/>
</v-app>
</template>
...
...
@@ -18,6 +19,7 @@ import MainAppBar from '~/web-components-submodule/components/common/Masthead/Ma
import
Footer
from
'
~/components/footer/Footer.vue
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
import
Logo
from
'
~/components/Logo.vue
'
import
DataProtectionBanner
from
'
~/components/DataProtectionBanner.vue
'
export
default
{
components
:
{
...
...
@@ -25,6 +27,7 @@ export default {
Footer
,
Notifications
,
Logo
,
DataProtectionBanner
,
},
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment