feat: email reminder about pending feedbacks for hotel managers

This commit is contained in:
Björn Fromme
2023-12-07 16:20:09 +01:00
parent aee17c63b9
commit ab066c4656
8 changed files with 292 additions and 152 deletions
@@ -0,0 +1,12 @@
{% extends 'email/layout.html.twig' %}
{% block body %}
<h1>
Reminder zu ausstehenden Feedbacks
</h1>
<p>
<a href="{{ url('app_teamer_index') }}" class="button">
Zum Portal
</a>
</p>
{% endblock %}
+1 -1
View File
@@ -35,7 +35,7 @@
</div>
<div class="bg-gray-100 border border-gray-200 rounded-md px-4 py-2">
<h2 class="font-bold text-lg pb-2">
Offene Feedbacks
Ausstehende Feedbacks
</h2>
<ul class="divide-y divide-gray-200">
{% for disposition in pendingFeedbacks %}