Skip to content

Commit

Permalink
Merge branch 'master' of github.com:buildly-release-management/buildl…
Browse files Browse the repository at this point in the history
…y-core
  • Loading branch information
odenypeter committed Aug 20, 2024
2 parents a5fccae + 7aefeb5 commit 1ff82dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ EXPOSE 8080
ENTRYPOINT ["bash", "/code/scripts/docker-entrypoint.sh"]

# Specify tag name to be created on github
LABEL version="0.8.0"
LABEL version="0.9.0"
4 changes: 2 additions & 2 deletions templates/email/coreuser/subscription.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<tr style="height: 104px;">
<td style="width: 691px; height: 104px;">
<h1 style="text-align: center;"><span style="color: #151f56;"><strong><span style="font-size: 40px; font-family: roboto,helvetica neue,helvetica,arial,sans-serif;">Subscription successful!</span></strong></span></h1>
<p style="padding-top: 20px; padding-bottom: 10px; text-align: center; font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #737581;"><span style="font-size: 12pt; font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #737581;">You have successfully subscribed to<span style="font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #151f56;"><strong> Insights </strong></span> on Buildly!<br />Click the button below to return to the app</span></p>
<p style="padding-top: 20px; padding-bottom: 10px; text-align: center; font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #737581;"><span style="font-size: 12pt; font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #737581;">You have successfully subscribed to<span style="font-family: roboto,helvetica neue,helvetica,arial,sans-serif; color: #151f56;"><strong> Labs </strong></span> on Buildly!<br />Click the button below to return to the app</span></p>
</td>
</tr>
</tbody>
</table>
<table align="center" style="width: 160px;">
<tbody>
<tr style="height: 20px;">
<td style="font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18pt; padding: 12pt; background-color: #ff9f00; color: #ffffff; font-weight: bold; text-align: center;"><a href="{{ frontend_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">Buildly Insights</a></td>
<td style="font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18pt; padding: 12pt; background-color: #ff9f00; color: #ffffff; font-weight: bold; text-align: center;"><a href="{{ frontend_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">Buildly Labs</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion templates/email/coreuser/subscription.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Subscription successful!

You have successfully subscribed to Insights on Buildly.
You have successfully subscribed to Labs on Buildly.

Go to {{ frontend_link }} to access the app.

Expand Down

0 comments on commit 1ff82dc

Please sign in to comment.