Skip to content

Commit 32c56b0

Browse files
committed
parametrize base.html
1 parent c3fb2bb commit 32c56b0

File tree

1 file changed

+5
-9
lines changed
  • packages/notifications-library/src/notifications_library/templates

1 file changed

+5
-9
lines changed

packages/notifications-library/src/notifications_library/templates/base.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,15 @@
5252
}
5353
.github-logo {
5454
height: 20px;
55-
vertical-align: middle;
55+
vertical-align: bottom;
5656
}
5757
</style>
5858
</head>
5959
<body>
6060
<div class="email-container">
6161
<div class="header">
62-
<a href="__product.homepage" target="_blank" rel="noopener noreferrer">
63-
<img
64-
src="https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-black.svg"
65-
alt="Logo"
66-
class="logo"
67-
>
62+
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
63+
<img src="{{ logo_src }}" alt="Logo" class="logo">
6864
</a>
6965
</div>
7066

@@ -75,8 +71,8 @@
7571

7672
<div class="footer">
7773
<p>
78-
Visit the <a href="__product.homepage" target="_blank" rel="noopener noreferrer">Platform</a> |
79-
Need help? <a href="__product.support_link" target="_blank" rel="noopener noreferrer">Support</a> |
74+
Visit the <a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">Platform</a> |
75+
Need help? <a href="mailto:{{ product.support_email }}">Support</a> |
8076
Powered by oSPARC
8177
<a href="https://github.com/ITISFoundation/osparc-simcore" target="_blank" rel="noopener noreferrer">
8278
<img

0 commit comments

Comments
 (0)