File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1 class="mb-40 wide-text font-weight-bold">New organization</h1>
88 < div class ="d-flex ">
99 < form (ngSubmit) ="save() " name ="editForm " role ="form " [formGroup] ="editForm " class ="w-66 ">
1010 < div *ngIf ="invalidForm " class ="error-message d-flex p-16 mb-30 line-height-150 ">
11- < img src ="./../../../../ content/images/error-sign.svg " alt ="Warning sign " class ="p-8 " />
11+ < img src ="./content/images/error-sign.svg " alt ="Warning sign " class ="p-8 " />
1212 < div >
1313 < div class ="mb-8 font-size-14 wide-text-25 font-weight-bold "> Your changes cannot be saved</ div >
1414 < div class ="font-size-14 wide-text-25 "> Please fix the issues with the form before trying to save again</ div >
@@ -574,7 +574,7 @@ <h2 class="mb-10 wide-text font-size-24 line-height-150">Main contact</h2>
574574 </ div >
575575 </ div >
576576 < div class ="warning-message d-flex p-16 mb-40 ">
577- < img src ="./../../../../ content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
577+ < img src ="./content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
578578 < div >
579579 < div class ="mb-8 font-size-14 wide-text-25 font-weight-bold "> Please note</ div >
580580 < div class ="font-size-14 wide-text-25 line-height-150 ">
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h2 class="font-weight-bold font-size-16">Membership termination date</h2>
7979 </ small >
8080 </ div >
8181 < div class ="warning-message d-flex p-16 mb-40 ">
82- < img src ="./../../../../ content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
82+ < img src ="./content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
8383 < div >
8484 < div class ="mb-8 font-size-14 wide-text font-weight-bold "> Please note</ div >
8585 < div class ="font-size-14 wide-text line-height-150 ">
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 class="mb-40 wide-text font-italic" *ngIf="!contactId">New contact</h1>
1010 < div class ="d-flex ">
1111 < form (ngSubmit) ="save() " name ="editForm " role ="form " [formGroup] ="editForm " class ="w-66 ">
1212 < div *ngIf ="invalidForm " class ="error-message d-flex p-16 mb-20 line-height-150 ">
13- < img src ="./../../../../ content/images/error-sign.svg " alt ="Warning sign " class ="p-8 " />
13+ < img src ="./content/images/error-sign.svg " alt ="Warning sign " class ="p-8 " />
1414 < div >
1515 < div class ="mb-8 font-size-14 wide-text font-weight-bold "> Your changes cannot be saved</ div >
1616 < div class ="font-size-14 wide-text ">
@@ -184,7 +184,7 @@ <h3 class="mb-16 mr-8">Roles <span class="font-size-12 font-weight-normal">(Requ
184184 </ div >
185185 </ div >
186186 < div class ="warning-message d-flex p-16 mb-40 ">
187- < img src ="./../../../../ content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
187+ < img src ="./content/images/warning-sign.svg " alt ="Warning sign " class ="p-8 " />
188188 < div >
189189 < div class ="mb-8 font-size-14 wide-text font-weight-bold "> Please note</ div >
190190 < div class ="font-size-14 wide-text line-height-150 ">
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ <h1 class="font-weight-bold mb-3 wide-text">{{ memberData.publicDisplayName }}</
1414 < div class ="logo-container mb-20 ">
1515 < img
1616 src ="{{ memberData.logoUrl }} "
17- onerror ="this.src='../.. /content/images/member-logo-placeholder.svg' "
17+ onerror ="this.src='./content/images/member-logo-placeholder.svg' "
1818 alt ="Member logo "
1919 />
2020 </ div >
2121 < div class ="text-center ">
22- < img src ="./../../../../ content/images/lockpad.svg " alt ="Locked " />
22+ < img src ="./content/images/lockpad.svg " alt ="Locked " />
2323 </ div >
2424 < div class ="text-center m-1 ">
2525 < em class ="wide-text font-size-12 line-height-150 "> Logo upload coming soon</ em >
@@ -28,7 +28,7 @@ <h1 class="font-weight-bold mb-3 wide-text">{{ memberData.publicDisplayName }}</
2828 < div class ="main-section ">
2929 < form (ngSubmit) ="save() " name ="editForm " role ="form " [formGroup] ="editForm ">
3030 < div *ngIf ="invalidForm " class ="warning d-flex w-75 p-3 mb-3 ">
31- < img src ="./../../../../ content/images/error-sign.svg " alt ="Warning sign " class ="p-2 " />
31+ < img src ="./content/images/error-sign.svg " alt ="Warning sign " class ="p-2 " />
3232 < div >
3333 < div class ="mb-2 font-size-14 wide-text font-weight-bold line-height-150 "> Your changes cannot be saved</ div >
3434 < div class ="font-size-14 wide-text line-height-150 ">
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ <h2 class="mb-10 font-size-18">Trademark license</h2>
219219 < div class ="mb-40 ">
220220 < h2 class ="mb-16 font-size-18 "> Contacts</ h2 >
221221 < a routerLink ="/contact/new " class ="mb-20 font-weight-normal font-size-14 d-block ">
222- < img src ="../../.. /content/images/plus-circle.svg " class ="add-new-contact-icon mr-1 " alt ="Add new " />
222+ < img src ="./content/images/plus-circle.svg " class ="add-new-contact-icon mr-1 " alt ="Add new " />
223223 < span > Add a new contact</ span >
224224 </ a >
225225 < div *ngIf ="memberData.contacts && memberData.contacts.length > 0 ">
@@ -265,7 +265,7 @@ <h2 class="mb-16 font-size-18">
265265 < span class ="font-weight-normal "> ({{ memberData.consortiumMembers?.length }})</ span >
266266 </ h2 >
267267 < a routerLink ="/consortium-member/new " class ="mb-20 font-weight-normal font-size-14 d-block ">
268- < img src ="../../.. /content/images/plus-circle.svg " class ="add-new-contact-icon mr-1 " alt ="Add new " />
268+ < img src ="./content/images/plus-circle.svg " class ="add-new-contact-icon mr-1 " alt ="Add new " />
269269 < span > Add new consortium member</ span >
270270 </ a >
271271 < h3 class ="font-size-14 wide-text-25 "> Member name</ h3 >
Original file line number Diff line number Diff line change 1717 >
1818 </ h2 >
1919 < p class ="mt-4 ">
20- < img class ="id-icon " src ="../.. /content/images/orcid-icon.svg " alt ="orcid-logo " width ="16 " height ="16 " />
20+ < img class ="id-icon " src ="./content/images/orcid-icon.svg " alt ="orcid-logo " width ="16 " height ="16 " />
2121 < a target ="_orcidRecord " href ="{{ issuer }}/my-orcid "> {{ issuer }}/{{ orcidRecord?.orcid }}</ a >
22- </ p >
22+ </ p >
2323 < p >
2424 {{ incorrectDataMessage }}
2525 </ p >
@@ -57,7 +57,7 @@ <h2 data-cy="thanksMessage">
5757 {{ successfullyGrantedMessage }}
5858 </ p >
5959 < p >
60- < img class ="id-icon " src ="../.. /content/images/orcid-icon.svg " alt ="orcid-logo " width ="16 " height ="16 " />
60+ < img class ="id-icon " src ="./content/images/orcid-icon.svg " alt ="orcid-logo " width ="16 " height ="16 " />
6161 < a target ="_orcidRecord " href ="{{ issuer }}/my-orcid "> {{ issuer }}/{{ signedInIdToken.sub }}</ a >
6262 </ p >
6363 < p >
You can’t perform that action at this time.
0 commit comments