Skip to content

Commit

Permalink
Merge branch 'dev' into org_download_2362
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Jul 15, 2024
2 parents 4641bc5 + 4c2ad56 commit 7e0f656
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a>

<<<<<<< HEAD
on Fri Jul 5th 2024
=======
on Wed Jul 10th 2024
>>>>>>> dev

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
13 changes: 11 additions & 2 deletions src/components/Records/Record/GeneralInfo/ReferenceURL.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<template>
<div
v-if="getField('homepage') !== getField('metadata').reference_url"
v-if="getField('homepage') === getField('metadata').reference_url"
class="d-flex flex-row mt-4 align-center min-height-40"
>
<b class="width-15-percent-flex">Reference URL</b>
<div class="d-flex full-width ml-md-12 ml-13">
As above
</div>
</div>
<div
v-else-if="getField('metadata').reference_url"
class="d-flex flex-row mt-4 align-center min-height-40"
>
<b class="width-15-percent-flex">Reference URL</b>
Expand All @@ -23,7 +32,7 @@
>
<b class="width-15-percent-flex">Reference URL</b>
<div class="d-flex full-width ml-md-12 ml-13">
Not Available
N/A
</div>
</div>
</template>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Records/Record/Organisations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
v-else
class="ma-0 full-width ml-md-12 ml-13"
>
Not applicable
N/A
</p>
</div>
<div
Expand All @@ -153,7 +153,7 @@
>
<b class="width-15-percent-flex">Organisations</b>
<p class="ma-0 full-width ml-md-12 ml-13">
Not applicable
N/A
</p>
</div>
</template>
Expand Down

0 comments on commit 7e0f656

Please sign in to comment.