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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 style="margin: 0 0 15px 0; color: #0D5C63; font-weight: 700;" th:text="${acc
This email was sent by DevOops. You can manage your notification preferences in your profile settings.
</p>
<p style="margin: 10px 0 0 0; font-size: 12px; color: #44A1A0;">
&copy; 2024 DevOops. All rights reserved.
&copy; <span th:text="${T(java.time.Year).now().value}">2024</span> DevOops. All rights reserved.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/email/host-rated.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 style="color: #0D5C63; margin-top: 0; font-weight: 700;">You've Received a N
This email was sent by DevOops. You can manage your notification preferences in your profile settings.
</p>
<p style="margin: 10px 0 0 0; font-size: 12px; color: #44A1A0;">
&copy; 2024 DevOops. All rights reserved.
&copy; <span th:text="${T(java.time.Year).now().value}">2024</span> DevOops. All rights reserved.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 style="color: #C3423F; margin-top: 0; font-weight: 700;">Reservation Cancell
This email was sent by DevOops. You can manage your notification preferences in your profile settings.
</p>
<p style="margin: 10px 0 0 0; font-size: 12px; color: #44A1A0;">
&copy; 2024 DevOops. All rights reserved.
&copy; <span th:text="${T(java.time.Year).now().value}">2024</span> DevOops. All rights reserved.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 style="color: #0D5C63; margin-top: 0; font-weight: 700;">New Reservation Req
This email was sent by DevOops. You can manage your notification preferences in your profile settings.
</p>
<p style="margin: 10px 0 0 0; font-size: 12px; color: #44A1A0;">
&copy; 2024 DevOops. All rights reserved.
&copy; <span th:text="${T(java.time.Year).now().value}">2024</span> DevOops. All rights reserved.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 th:if="${status != 'APPROVED'}" style="color: #C3423F; margin-top: 0; font-w
This email was sent by DevOops. You can manage your notification preferences in your profile settings.
</p>
<p style="margin: 10px 0 0 0; font-size: 12px; color: #44A1A0;">
&copy; 2024 DevOops. All rights reserved.
&copy; <span th:text="${T(java.time.Year).now().value}">2024</span> DevOops. All rights reserved.
</p>
</div>
</div>
Expand Down