File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 128
128
129
129
<!-- <span>{$offering.homeInstitution.name}</span>-->
130
130
</div >
131
- <img src ={$offering .homeInstitution .logoURI } alt =" " />
131
+ {#if $offering .guestInstitution .logoURI }
132
+ <img src ={$offering .homeInstitution .logoURI } alt =" " />
133
+ {/if }
132
134
</div >
133
135
<div class =" institution" >
134
136
<div class =" institution-detail" >
144
146
145
147
<!-- <span>{$offering.guestInstitution.name}</span>-->
146
148
</div >
147
- <img src ={$offering .guestInstitution .logoURI } alt =" " />
149
+ {#if $offering .guestInstitution .logoURI }
150
+ <img src ={$offering .guestInstitution .logoURI } alt =" " />
151
+ {/if }
148
152
</div >
149
153
<p >Offering ID</p >
150
154
<span class =" info" >The unique identifier of the cours / offering</span >
Original file line number Diff line number Diff line change 144
144
selectedValue ={$offering .homeInstitution }
145
145
isDisabled ={true }/>
146
146
</div >
147
- <img src ={$offering .homeInstitution .logoURI } alt =" " />
147
+ {#if $offering .homeInstitution .logoURI }
148
+ <img src ={$offering .homeInstitution .logoURI } alt =" " />
149
+ {/if }
148
150
</div >
149
151
<div class =" institution" >
150
152
<div class =" institution-detail" >
157
159
selectedValue ={$offering .guestInstitution }
158
160
isDisabled ={true }/>
159
161
</div >
160
- <img src ={$offering .guestInstitution .logoURI } alt =" " />
162
+ {#if $offering .guestInstitution .logoURI }
163
+ <img src ={$offering .guestInstitution .logoURI } alt =" " />
164
+ {/if }
161
165
</div >
162
166
{#if ! $offering .associationId }
163
167
<p >Association</p >
Original file line number Diff line number Diff line change 123
123
selectedValue ={$offering .homeInstitution }
124
124
isDisabled ={true }/>
125
125
</div >
126
- <img src ={$offering .homeInstitution .logoURI } alt =" " />
126
+ {#if $offering .homeInstitution .logoURI }
127
+ <img src ={$offering .homeInstitution .logoURI } alt =" " />
128
+ {/if }
127
129
</div >
128
130
<div class =" institution" >
129
131
<div class =" institution-detail" >
136
138
selectedValue ={$offering .guestInstitution }
137
139
isDisabled ={true }/>
138
140
</div >
139
- <img src ={$offering .guestInstitution .logoURI } alt =" " />
141
+ {#if $offering .guestInstitution .logoURI }
142
+ <img src ={$offering .guestInstitution .logoURI } alt =" " />
143
+ {/if }
140
144
</div >
141
145
<p >Results</p >
142
146
<span class =" info" >It's either very good or very bad</span >
You can’t perform that action at this time.
0 commit comments