Skip to content

Commit

Permalink
new desired behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
ramGranell committed Jul 9, 2024
1 parent 44ffedd commit d44ab94
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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 Down

0 comments on commit d44ab94

Please sign in to comment.