-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2118] Add links in email template, improve padding #1032
Conversation
@@ -49,7 +49,7 @@ <h2>{{ type_description }}</h2> | |||
<tr> | |||
<td class="td-mail td-mail__bg-info td__padding-all td__info-link" colspan="6"> | |||
<p>U hoeft niets te doen. Zodra er weer een update beschikbaar is ontvangt u hier een melding over. U kunt wel inloggen om uw aanvraag te bekijken.</p> | |||
<p><strong><a href="{{ case_link }}" class="color--primary">Log in</a><span class="color--primary"> →</span></strong></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The case_link is preferable, this gives you a redirect to the loginpage with a next-parameter to the detailview of the case
@@ -46,7 +46,7 @@ <h2>{{ type_description }}</h2> | |||
<tr> | |||
<td class="td-mail td-mail__bg-danger td__padding-all" colspan="6"> | |||
<p>Log in om de documenten te uploaden.</p> | |||
<a href="{{ case_link }}" class="button--primary">Log in</a> | |||
<p><a href="{{ login_page }}" class="button--primary">Log in</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here case_link would be preferable
Opting to merge & correct both links in develop, this to ensure we get adequate feedback for the templates |
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Pas hier uw <a href="https://example.com">voorkeuren</a> aan voor de notificaties. </p> | ||
<td class="td-mail td__padding-right td__padding-bottom td__padding-left" colspan="6"> | ||
<p>Pas hier uw <a href="{{ profile_notifications }}">voorkeuren</a> aan voor de notificaties. </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: https://taiga.maykinmedia.nl/project/open-inwoner/task/2118