Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/src/main/resources/templates/invitation_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<div class="main" style="width:617px;margin: 0 auto;padding:24px 32px;font-family:Helvetica, Arial, sans-serif;line-height: 150%;font-size: 18px;color: #000;">
<div class="header">
{{#institutionLogoUrl}}
<img src="{{institutionLogoUrl}}" alt="logo" style="height: 48px;width: 48px;"/>
<img src="{{institutionLogoUrl}}" alt="logo" style="height: 48px;"/>
{{/institutionLogoUrl}}
{{#isInstitutionSurf}}
<img src="cid:logoSurfBlack" alt="SURF logo" style="height: 48px; width: 48px;">
<img src="cid:logoSurfBlack" alt="SURF logo" style="height: 48px;">
{{/isInstitutionSurf}}
</div>
<div class="head">
Expand Down
4 changes: 2 additions & 2 deletions server/src/main/resources/templates/invitation_nl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<div class="main" style="width:617px;margin: 0 auto;padding:24px 32px;font-family:Helvetica, Arial, sans-serif;line-height: 150%;font-size: 18px;color: #000;">
<div class="header">
{{#institutionLogoUrl}}
<img src="{{institutionLogoUrl}}" alt="logo" style="height: 48px;width: 48px;"/>
<img src="{{institutionLogoUrl}}" alt="logo" style="height: 48px;"/>
{{/institutionLogoUrl}}
{{#isInstitutionSurf}}
<img src="cid:logoSurfBlack" alt="SURF logo" style="height: 48px; width: 48px;">
<img src="cid:logoSurfBlack" alt="SURF logo" style="height: 48px;">
{{/isInstitutionSurf}}
</div>
<div class="head">
Expand Down
Loading